Html Css Color HEX #166AF0 Dodger Blue

📋 copy color: '#166AF0'

red 22 ◦ green 106 ◦ blue 240

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

Shades of Dodger Blue #166AF0

Tints of Dodger Blue #166AF0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.8%

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

R = 5.98%
G = 28.8%
B = 65.22%

CMYK

 C value IS 0.91

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#166AF0 (or 0x166AF0) is known color: Dodger Blue. HEX triplet: 16, 6A and F0. RGB value is (22,106,240). Sum of RGB (Red+Green+Blue) = 22+106+240=368 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.98% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 240 (94.14% from 255 or 65.22% from 368); Max value from RGB is 240 - color contains mainly: blue. Hex color #166AF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166AF0 is #E9950F. Grayscale: #5F5F5F. Windows color (decimal): -15308048 or 15755798. OLE color: 15755798.

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

Color convert

RGB 22 106 240 -
CMYK 0.91 0.56 0 0.06
HSL 216.88º 0.88% 0.51% -
HSV(B) 216.88º 0.91% 0.94% -
XYZ 21.21 16.77 84.56 -
YUV 96.16 209.17 75.1 -
System Red Green Blue C M Y K H S L
Decimal 22 106 240 0.91 0.56 0 0.06 216.88 0.88 0.51
Hex 16 6A F0 5B 38 0 6 D9 58 33
Octal 26 152 360 133 70 0 6 331 130 63
Binary 10110 1101010 11110000 1011011 111000 0 110 11011001 1011000 110011

Color Harmonies of #166AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166AF0

Black with #166AF0

Text Example


Text Example

White with #166AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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