Html Css Color HEX #166CEF Dodger Blue

📋 copy color: '#166CEF'

red 22 ◦ green 108 ◦ blue 239

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

Shades of Dodger Blue #166CEF

Tints of Dodger Blue #166CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 64.77%

R = 5.96%
G = 29.27%
B = 64.77%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#166CEF (or 0x166CEF) is known color: Dodger Blue. HEX triplet: 16, 6C and EF. RGB value is (22,108,239). Sum of RGB (Red+Green+Blue) = 22+108+239=369 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.96% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 239 (93.75% from 255 or 64.77% from 369); Max value from RGB is 239 - color contains mainly: blue. Hex color #166CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166CEF is #E99310. Grayscale: #606060. Windows color (decimal): -15307537 or 15690774. OLE color: 15690774.

HSL color Cylindrical-coordinate representation of color #166CEF: hue angle of 216.22º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #166CEF is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 22 108 239 -
CMYK 0.91 0.55 0 0.06
HSL 216.22º 0.87% 0.51% -
HSV(B) 216.22º 0.91% 0.94% -
XYZ 21.27 17.13 83.85 -
YUV 97.22 208.01 74.35 -
System Red Green Blue C M Y K H S L
Decimal 22 108 239 0.91 0.55 0 0.06 216.22 0.87 0.51
Hex 16 6C EF 5B 37 0 6 D8 57 33
Octal 26 154 357 133 67 0 6 330 127 63
Binary 10110 1101100 11101111 1011011 110111 0 110 11011000 1010111 110011

Color Harmonies of #166CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166CEF

Black with #166CEF

Text Example


Text Example

White with #166CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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