#166CF5

Color #166CF5 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #166CF5

Tints of Dodger Blue #166CF5

Color information

#166CF5 (or 0x166CF5) is unknown color: approx Dodger Blue. HEX triplet: 16, 6C and F5. RGB value is (22,108,245). Sum of RGB (Red+Green+Blue) = 22+108+245=375 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.87% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 245 (96.09% from 255 or 65.33% from 375); Max value from RGB is 245 - color contains mainly: blue. Hex color #166CF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166CF5 is #E9930A. Grayscale: #616161. Windows color (decimal): -15307531 or 16083990. OLE color: 16083990.

HSL color Cylindrical-coordinate representation of color #166CF5: hue angle of 216.86º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #166CF5 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22108245-
CMYK0.910.5600.04
HSL216.86º91.77%52.35%-
HSV(B)216.86º91.02%96.08%-
XYZ22.1717.4988.59-
YUV97.9211.0173.86-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.87%
GREEN value IS 108 (42.58% from 255) = 28.8%
BLUE value IS 245 (96.09% from 255) = 65.33%
R=5.87%
G=28.8%
B=65.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal221082450.910.5600.04216.8691.7752.35
Hex166CF55B3804d95c34
Octal26154365133700433113464
Binary1011011011001111010110110111110000100110110011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #166CF5;
 }
 .AnyTagClassName
 {
   color: #166CF5;
 }
</style>
background-color css

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

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

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

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

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

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