#103afd

Color #103AFD Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #103AFD

Tints of Blue #103AFD

Color information

#103AFD (or 0x103AFD) is unknown color: approx Blue. HEX triplet: 10, 3A and FD. RGB value is (16,58,253). Sum of RGB (Red+Green+Blue) = 16+58+253=327 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.89% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 253 (99.22% from 255 or 77.37% from 327); Max value from RGB is 253 - color contains mainly: blue. Hex color #103AFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103AFD is #EFC502. Grayscale: #424242. Windows color (decimal): -15713539 or 16595472. OLE color: 16595472.

HSL color Cylindrical-coordinate representation of color #103AFD: hue angle of 229.37º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #103AFD is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB1658253-
CMYK0.940.7700.01
HSL229.37º98.34%52.75%-
HSV(B)229.37º93.68%99.22%-
XYZ19.4610.2393.88-
YUV67.67232.5991.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 4.89%
GREEN value IS 58 (23.05% from 255) = 17.74%
BLUE value IS 253 (99.22% from 255) = 77.37%
R=4.89%
G=17.74%
B=77.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal16582530.940.7700.01229.3798.3452.75
Hex103AFD5E4D01e56235
Octal20723751361150134514265
Binary10000111010111111011011110100110101111001011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103afd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103afd; }

 p { color: rgb(16,58,253); }

 H1.HeaderClassName
 {
   color: #103afd;
 }
 .AnyTagClassName
 {
   color: #103afd;
 }
</style>
background-color css

<style>
 a { background-color: #103afd; }

 a { background-color: rgb(16,58,253); }

 div.DivClassName
 {
   background-color: #103afd;
 }
 .BgClassName
 {
   background-color: #103afd;
 }
</style>
border-color css

<style>
 span { border-color: #103afd; }

 span { border-color: rgb(16,58,253); }

 td.TdClassName
 {
   border-color: #103afd;
 }
 .TagClassName
 {
   border-color: #103afd;
 }
</style>