Shades of Dodger Blue #1164FC
Tints of Dodger Blue #1164FC
RGB
CMYK
RGB Variations
Color information
#1164FC (or 0x1164FC) is known color: Dodger Blue. HEX triplet: 11, 64 and FC. RGB value is (17,100,252). Sum of RGB (Red+Green+Blue) = 17+100+252=369 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.61% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 252 (98.83% from 255 or 68.29% from 369); Max value from RGB is 252 - color contains mainly: blue. Hex color #1164FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1164FC is #EE9B03. Grayscale: #5B5B5B. Windows color (decimal): -15637252 or 16540689. OLE color: 16540689.
HSL color Cylindrical-coordinate representation of color #1164FC: hue angle of 218.81º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1164FC is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 100 | 252 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.01 |
| HSL | 218.81º | 0.98% | 0.53% | - |
| HSV(B) | 218.81º | 0.93% | 0.99% | - |
| XYZ | 22.36 | 16.26 | 94.06 | - |
| YUV | 92.51 | 218 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 100 | 252 | 0.93 | 0.60 | 0 | 0.01 | 218.81 | 0.98 | 0.53 |
| Hex | 11 | 64 | FC | 5D | 3C | 0 | 1 | DB | 62 | 35 |
| Octal | 21 | 144 | 374 | 135 | 74 | 0 | 1 | 333 | 142 | 65 |
| Binary | 10001 | 1100100 | 11111100 | 1011101 | 111100 | 0 | 1 | 11011011 | 1100010 | 110101 |
Color Harmonies of #1164FC
Complementary color
Monochromatic Colors of #1164FC
Black with #1164FC
Text Example
Text Example
White with #1164FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1164FC; }
p { color: rgb(17,100,252); }
H1.HeaderClassName
{
color: #1164FC;
}
.AnyTagClassName
{
color: #1164FC;
}
</style>
background-color css
<style>
a { background-color: #1164FC; }
a { background-color: rgb(17,100,252); }
div.DivClassName
{
background-color: #1164FC;
}
.BgClassName
{
background-color: #1164FC;
}
</style>
border-color css
<style>
span { border-color: #1164FC; }
span { border-color: rgb(17,100,252); }
td.TdClassName
{
border-color: #1164FC;
}
.TagClassName
{
border-color: #1164FC;
}
</style>