#1666F5

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

Shades of Dodger Blue #1666F5

Tints of Dodger Blue #1666F5

Color information

#1666F5 (or 0x1666F5) is unknown color: approx Dodger Blue. HEX triplet: 16, 66 and F5. RGB value is (22,102,245). Sum of RGB (Red+Green+Blue) = 22+102+245=369 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.96% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 245 (96.09% from 255 or 66.40% from 369); Max value from RGB is 245 - color contains mainly: blue. Hex color #1666F5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1666F5 is #E9990A. Grayscale: #5D5D5D. Windows color (decimal): -15309067 or 16082454. OLE color: 16082454.

HSL color Cylindrical-coordinate representation of color #1666F5: hue angle of 218.48º 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 #1666F5 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22102245-
CMYK0.910.5800.04
HSL218.48º91.77%52.35%-
HSV(B)218.48º91.02%96.08%-
XYZ21.5616.2788.39-
YUV94.3821376.37-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.96%
GREEN value IS 102 (40.23% from 255) = 27.64%
BLUE value IS 245 (96.09% from 255) = 66.40%
R=5.96%
G=27.64%
B=66.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal221022450.910.5800.04218.4891.7752.35
Hex1666F55B3A04da5c34
Octal26146365133720433213464
Binary1011011001101111010110110111110100100110110101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1666F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1666F5; }

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

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

<style>
 a { background-color: #1666F5; }

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

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

<style>
 span { border-color: #1666F5; }

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

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