Html Css Color HEX #166EED Dodger Blue

📋 copy color: '#166EED'

red 22 ◦ green 110 ◦ blue 237

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

Shades of Dodger Blue #166EED

Tints of Dodger Blue #166EED

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.81%

 BLUE value IS 237 (92.97% from 255) = 64.23%

R = 5.96%
G = 29.81%
B = 64.23%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#166EED (or 0x166EED) is known color: Dodger Blue. HEX triplet: 16, 6E and ED. RGB value is (22,110,237). Sum of RGB (Red+Green+Blue) = 22+110+237=369 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.96% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #166EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166EED is #E99112. Grayscale: #616161. Windows color (decimal): -15307027 or 15560214. OLE color: 15560214.

HSL color Cylindrical-coordinate representation of color #166EED: hue angle of 215.44º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #166EED is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 22 110 237 -
CMYK 0.91 0.54 0 0.07
HSL 215.44º 0.86% 0.51% -
HSV(B) 215.44º 0.91% 0.93% -
XYZ 21.19 17.44 82.37 -
YUV 98.17 206.35 73.67 -
System Red Green Blue C M Y K H S L
Decimal 22 110 237 0.91 0.54 0 0.07 215.44 0.86 0.51
Hex 16 6E ED 5B 36 0 7 D7 56 33
Octal 26 156 355 133 66 0 7 327 126 63
Binary 10110 1101110 11101101 1011011 110110 0 111 11010111 1010110 110011

Color Harmonies of #166EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166EED

Black with #166EED

Text Example


Text Example

White with #166EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,110,237); }

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

background-color css

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

 a { background-color: rgb(22,110,237); }

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

border-color css

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

 span { border-color: rgb(22,110,237); }

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