#106DF1

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

Shades of Dodger Blue #106DF1

Tints of Dodger Blue #106DF1

Color information

#106DF1 (or 0x106DF1) is unknown color: approx Dodger Blue. HEX triplet: 10, 6D and F1. RGB value is (16,109,241). Sum of RGB (Red+Green+Blue) = 16+109+241=366 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.37% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 241 (94.53% from 255 or 65.85% from 366); Max value from RGB is 241 - color contains mainly: blue. Hex color #106DF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106DF1 is #EF920E. Grayscale: #5F5F5F. Windows color (decimal): -15700495 or 15822096. OLE color: 15822096.

HSL color Cylindrical-coordinate representation of color #106DF1: hue angle of 215.2º 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 #106DF1 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16109241-
CMYK0.930.5500.05
HSL215.2º88.93%50.39%-
HSV(B)215.2º93.36%94.51%-
XYZ21.5617.485.44-
YUV96.24209.6970.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.37%
GREEN value IS 109 (42.97% from 255) = 29.78%
BLUE value IS 241 (94.53% from 255) = 65.85%
R=4.37%
G=29.78%
B=65.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal161092410.930.5500.05215.288.9350.39
Hex106DF15D3705d75932
Octal20155361135670532713162
Binary1000011011011111000110111011101110101110101111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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