Html Css Color HEX #166DF9 Dodger Blue

📋 copy color: '#166DF9'

red 22 ◦ green 109 ◦ blue 249

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

Shades of Dodger Blue #166DF9

Tints of Dodger Blue #166DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 65.53%

R = 5.79%
G = 28.68%
B = 65.53%

CMYK

 C value IS 0.91

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#166DF9 (or 0x166DF9) is known color: Dodger Blue. HEX triplet: 16, 6D and F9. RGB value is (22,109,249). Sum of RGB (Red+Green+Blue) = 22+109+249=380 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.79% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 249 (97.66% from 255 or 65.53% from 380); Max value from RGB is 249 - color contains mainly: blue. Hex color #166DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166DF9 is #E99206. Grayscale: #626262. Windows color (decimal): -15307271 or 16346390. OLE color: 16346390.

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

Color convert

RGB 22 109 249 -
CMYK 0.91 0.56 0 0.02
HSL 217º 0.95% 0.53% -
HSV(B) 217º 0.91% 0.98% -
XYZ 22.9 17.95 91.88 -
YUV 98.95 212.68 73.12 -
System Red Green Blue C M Y K H S L
Decimal 22 109 249 0.91 0.56 0 0.02 217 0.95 0.53
Hex 16 6D F9 5B 38 0 2 D9 5F 35
Octal 26 155 371 133 70 0 2 331 137 65
Binary 10110 1101101 11111001 1011011 111000 0 10 11011001 1011111 110101

Color Harmonies of #166DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166DF9

Black with #166DF9

Text Example


Text Example

White with #166DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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