Html Css Color HEX #166DF0 Dodger Blue

📋 copy color: '#166DF0'

red 22 ◦ green 109 ◦ blue 240

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

Shades of Dodger Blue #166DF0

Tints of Dodger Blue #166DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 64.69%

R = 5.93%
G = 29.38%
B = 64.69%

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

#166DF0 (or 0x166DF0) is known color: Dodger Blue. HEX triplet: 16, 6D and F0. RGB value is (22,109,240). Sum of RGB (Red+Green+Blue) = 22+109+240=371 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.93% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 240 (94.14% from 255 or 64.69% from 371); Max value from RGB is 240 - color contains mainly: blue. Hex color #166DF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166DF0 is #E9920F. Grayscale: #616161. Windows color (decimal): -15307280 or 15756566. OLE color: 15756566.

HSL color Cylindrical-coordinate representation of color #166DF0: hue angle of 216.06º degrees, saturation: 0.88, 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 #166DF0 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 22 109 240 -
CMYK 0.91 0.55 0 0.06
HSL 216.06º 0.88% 0.51% -
HSV(B) 216.06º 0.91% 0.94% -
XYZ 21.53 17.4 84.66 -
YUV 97.92 208.18 73.85 -
System Red Green Blue C M Y K H S L
Decimal 22 109 240 0.91 0.55 0 0.06 216.06 0.88 0.51
Hex 16 6D F0 5B 37 0 6 D8 58 33
Octal 26 155 360 133 67 0 6 330 130 63
Binary 10110 1101101 11110000 1011011 110111 0 110 11011000 1011000 110011

Color Harmonies of #166DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166DF0

Black with #166DF0

Text Example


Text Example

White with #166DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,109,240); }

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

background-color css

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

 a { background-color: rgb(22,109,240); }

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

border-color css

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

 span { border-color: rgb(22,109,240); }

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