Html Css Color HEX #106DF6 Dodger Blue

📋 copy color: '#106DF6'

red 16 ◦ green 109 ◦ blue 246

#106DF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #106DF6

Tints of Dodger Blue #106DF6

RGB

 RED value IS 16 (6.64% from 255) = 4.31%

 GREEN value IS 109 (42.97% from 255) = 29.38%

 BLUE value IS 246 (96.48% from 255) = 66.31%

R = 4.31%
G = 29.38%
B = 66.31%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#106DF6 (or 0x106DF6) is known color: Dodger Blue. HEX triplet: 10, 6D and F6. RGB value is (16,109,246). Sum of RGB (Red+Green+Blue) = 16+109+246=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 246 (96.48% from 255 or 66.31% from 371); Max value from RGB is 246 - color contains mainly: blue. Hex color #106DF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106DF6 is #EF9209. Grayscale: #606060. Windows color (decimal): -15700490 or 16149776. OLE color: 16149776.

HSL color Cylindrical-coordinate representation of color #106DF6: hue angle of 215.74º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106DF6 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 16 109 246 -
CMYK 0.93 0.56 0 0.04
HSL 215.74º 0.93% 0.51% -
HSV(B) 215.74º 0.93% 0.96% -
XYZ 22.32 17.7 89.43 -
YUV 96.81 212.19 70.36 -
System Red Green Blue C M Y K H S L
Decimal 16 109 246 0.93 0.56 0 0.04 215.74 0.93 0.51
Hex 10 6D F6 5D 38 0 4 D8 5D 33
Octal 20 155 366 135 70 0 4 330 135 63
Binary 10000 1101101 11110110 1011101 111000 0 100 11011000 1011101 110011

Color Harmonies of #106DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106DF6

Black with #106DF6

Text Example


Text Example

White with #106DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #106DF6;
 }
 .AnyTagClassName
 {
   color: #106DF6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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