Shades of Dodger Blue #1164FA
Tints of Dodger Blue #1164FA
RGB
CMYK
RGB Variations
Color information
#1164FA (or 0x1164FA) is known color: Dodger Blue. HEX triplet: 11, 64 and FA. RGB value is (17,100,250). Sum of RGB (Red+Green+Blue) = 17+100+250=367 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.63% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 250 (98.05% from 255 or 68.12% from 367); Max value from RGB is 250 - color contains mainly: blue. Hex color #1164FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1164FA is #EE9B05. Grayscale: #5B5B5B. Windows color (decimal): -15637254 or 16409617. OLE color: 16409617.
HSL color Cylindrical-coordinate representation of color #1164FA: hue angle of 218.63º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1164FA is Cyan = 0.93, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 100 | 250 | - |
| CMYK | 0.93 | 0.6 | 0 | 0.02 |
| HSL | 218.63º | 0.96% | 0.52% | - |
| HSV(B) | 218.63º | 0.93% | 0.98% | - |
| XYZ | 22.04 | 16.14 | 92.4 | - |
| YUV | 92.28 | 217 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 100 | 250 | 0.93 | 0.6 | 0 | 0.02 | 218.63 | 0.96 | 0.52 |
| Hex | 11 | 64 | FA | 5D | 3C | 0 | 2 | DB | 60 | 34 |
| Octal | 21 | 144 | 372 | 135 | 74 | 0 | 2 | 333 | 140 | 64 |
| Binary | 10001 | 1100100 | 11111010 | 1011101 | 111100 | 0 | 10 | 11011011 | 1100000 | 110100 |
Color Harmonies of #1164FA
Complementary color
Monochromatic Colors of #1164FA
Black with #1164FA
Text Example
Text Example
White with #1164FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1164FA; }
p { color: rgb(17,100,250); }
H1.HeaderClassName
{
color: #1164FA;
}
.AnyTagClassName
{
color: #1164FA;
}
</style>
background-color css
<style>
a { background-color: #1164FA; }
a { background-color: rgb(17,100,250); }
div.DivClassName
{
background-color: #1164FA;
}
.BgClassName
{
background-color: #1164FA;
}
</style>
border-color css
<style>
span { border-color: #1164FA; }
span { border-color: rgb(17,100,250); }
td.TdClassName
{
border-color: #1164FA;
}
.TagClassName
{
border-color: #1164FA;
}
</style>