#106EF1

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

Shades of Dodger Blue #106EF1

Tints of Dodger Blue #106EF1

Color information

#106EF1 (or 0x106EF1) is unknown color: approx Dodger Blue. HEX triplet: 10, 6E and F1. RGB value is (16,110,241). Sum of RGB (Red+Green+Blue) = 16+110+241=367 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.36% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 241 (94.53% from 255 or 65.67% from 367); Max value from RGB is 241 - color contains mainly: blue. Hex color #106EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106EF1 is #EF910E. Grayscale: #606060. Windows color (decimal): -15700239 or 15822352. OLE color: 15822352.

HSL color Cylindrical-coordinate representation of color #106EF1: hue angle of 214.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106EF1 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16110241-
CMYK0.930.5400.05
HSL214.93º88.93%50.39%-
HSV(B)214.93º93.36%94.51%-
XYZ21.6717.6185.48-
YUV96.83209.3670.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.36%
GREEN value IS 110 (43.36% from 255) = 29.97%
BLUE value IS 241 (94.53% from 255) = 65.67%
R=4.36%
G=29.97%
B=65.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal161102410.930.5400.05214.9388.9350.39
Hex106EF15D3605d75932
Octal20156361135660532713162
Binary1000011011101111000110111011101100101110101111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106EF1; }

 p { color: rgb(16,110,241); }

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

<style>
 a { background-color: #106EF1; }

 a { background-color: rgb(16,110,241); }

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

<style>
 span { border-color: #106EF1; }

 span { border-color: rgb(16,110,241); }

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