Html Css Color HEX #166CF6 Dodger Blue

📋 copy color: '#166CF6'

red 22 ◦ green 108 ◦ blue 246

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

Shades of Dodger Blue #166CF6

Tints of Dodger Blue #166CF6

RGB

 RED value IS 22 (8.98% from 255) = 5.85%

 GREEN value IS 108 (42.58% from 255) = 28.72%

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

R = 5.85%
G = 28.72%
B = 65.43%

CMYK

 C value IS 0.91

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#166CF6 (or 0x166CF6) is known color: Dodger Blue. HEX triplet: 16, 6C and F6. RGB value is (22,108,246). Sum of RGB (Red+Green+Blue) = 22+108+246=376 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.85% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 246 (96.48% from 255 or 65.43% from 376); Max value from RGB is 246 - color contains mainly: blue. Hex color #166CF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166CF6 is #E99309. Grayscale: #616161. Windows color (decimal): -15307530 or 16149526. OLE color: 16149526.

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

Color convert

RGB 22 108 246 -
CMYK 0.91 0.56 0 0.04
HSL 216.96º 0.93% 0.53% -
HSV(B) 216.96º 0.91% 0.96% -
XYZ 22.33 17.55 89.4 -
YUV 98.02 211.51 73.78 -
System Red Green Blue C M Y K H S L
Decimal 22 108 246 0.91 0.56 0 0.04 216.96 0.93 0.53
Hex 16 6C F6 5B 38 0 4 D9 5D 35
Octal 26 154 366 133 70 0 4 331 135 65
Binary 10110 1101100 11110110 1011011 111000 0 100 11011001 1011101 110101

Color Harmonies of #166CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166CF6

Black with #166CF6

Text Example


Text Example

White with #166CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166CF6; }

 p { color: rgb(22,108,246); }

 H1.HeaderClassName
 {
   color: #166CF6;
 }
 .AnyTagClassName
 {
   color: #166CF6;
 }
</style>

background-color css

<style>
 a { background-color: #166CF6; }

 a { background-color: rgb(22,108,246); }

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

border-color css

<style>
 span { border-color: #166CF6; }

 span { border-color: rgb(22,108,246); }

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