#1664F5

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

Shades of Dodger Blue #1664F5

Tints of Dodger Blue #1664F5

Color information

#1664F5 (or 0x1664F5) is unknown color: approx Dodger Blue. HEX triplet: 16, 64 and F5. RGB value is (22,100,245). Sum of RGB (Red+Green+Blue) = 22+100+245=367 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.99% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 245 (96.09% from 255 or 66.76% from 367); Max value from RGB is 245 - color contains mainly: blue. Hex color #1664F5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1664F5 is #E99B0A. Grayscale: #5C5C5C. Windows color (decimal): -15309579 or 16081942. OLE color: 16081942.

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

Color convert

RGB22100245-
CMYK0.910.5900.04
HSL219.01º91.77%52.35%-
HSV(B)219.01º91.02%96.08%-
XYZ21.3715.8888.32-
YUV93.21213.6677.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.99%
GREEN value IS 100 (39.45% from 255) = 27.25%
BLUE value IS 245 (96.09% from 255) = 66.76%
R=5.99%
G=27.25%
B=66.76%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal221002450.910.5900.04219.0191.7752.35
Hex1664F55B3B04db5c34
Octal26144365133730433313464
Binary1011011001001111010110110111110110100110110111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1664F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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