Shades of Dodger Blue #1164FD
Tints of Dodger Blue #1164FD
RGB
CMYK
RGB Variations
Color information
#1164FD (or 0x1164FD) is known color: Dodger Blue. HEX triplet: 11, 64 and FD. RGB value is (17,100,253). Sum of RGB (Red+Green+Blue) = 17+100+253=370 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.59% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 253 (99.22% from 255 or 68.38% from 370); Max value from RGB is 253 - color contains mainly: blue. Hex color #1164FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1164FD is #EE9B02. Grayscale: #5B5B5B. Windows color (decimal): -15637251 or 16606225. OLE color: 16606225.
HSL color Cylindrical-coordinate representation of color #1164FD: hue angle of 218.9º 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 #1164FD is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 100 | 253 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.01 |
| HSL | 218.9º | 0.98% | 0.53% | - |
| HSV(B) | 218.9º | 0.93% | 0.99% | - |
| XYZ | 22.52 | 16.33 | 94.89 | - |
| YUV | 92.63 | 218.5 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 100 | 253 | 0.93 | 0.60 | 0 | 0.01 | 218.9 | 0.98 | 0.53 |
| Hex | 11 | 64 | FD | 5D | 3C | 0 | 1 | DB | 62 | 35 |
| Octal | 21 | 144 | 375 | 135 | 74 | 0 | 1 | 333 | 142 | 65 |
| Binary | 10001 | 1100100 | 11111101 | 1011101 | 111100 | 0 | 1 | 11011011 | 1100010 | 110101 |
Color Harmonies of #1164FD
Complementary color
Monochromatic Colors of #1164FD
Black with #1164FD
Text Example
Text Example
White with #1164FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1164FD; }
p { color: rgb(17,100,253); }
H1.HeaderClassName
{
color: #1164FD;
}
.AnyTagClassName
{
color: #1164FD;
}
</style>
background-color css
<style>
a { background-color: #1164FD; }
a { background-color: rgb(17,100,253); }
div.DivClassName
{
background-color: #1164FD;
}
.BgClassName
{
background-color: #1164FD;
}
</style>
border-color css
<style>
span { border-color: #1164FD; }
span { border-color: rgb(17,100,253); }
td.TdClassName
{
border-color: #1164FD;
}
.TagClassName
{
border-color: #1164FD;
}
</style>