Html Css Color HEX #166BF0 Dodger Blue

📋 copy color: '#166BF0'

red 22 ◦ green 107 ◦ blue 240

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

Shades of Dodger Blue #166BF0

Tints of Dodger Blue #166BF0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29%

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

R = 5.96%
G = 29%
B = 65.04%

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

#166BF0 (or 0x166BF0) is known color: Dodger Blue. HEX triplet: 16, 6B and F0. RGB value is (22,107,240). Sum of RGB (Red+Green+Blue) = 22+107+240=369 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.96% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 240 (94.14% from 255 or 65.04% from 369); Max value from RGB is 240 - color contains mainly: blue. Hex color #166BF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166BF0 is #E9940F. Grayscale: #606060. Windows color (decimal): -15307792 or 15756054. OLE color: 15756054.

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

Color convert

RGB 22 107 240 -
CMYK 0.91 0.55 0 0.06
HSL 216.61º 0.88% 0.51% -
HSV(B) 216.61º 0.91% 0.94% -
XYZ 21.32 16.98 84.59 -
YUV 96.75 208.84 74.69 -
System Red Green Blue C M Y K H S L
Decimal 22 107 240 0.91 0.55 0 0.06 216.61 0.88 0.51
Hex 16 6B F0 5B 37 0 6 D9 58 33
Octal 26 153 360 133 67 0 6 331 130 63
Binary 10110 1101011 11110000 1011011 110111 0 110 11011001 1011000 110011

Color Harmonies of #166BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166BF0

Black with #166BF0

Text Example


Text Example

White with #166BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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