Shades of Dodger Blue #0D8DFC
Tints of Dodger Blue #0D8DFC
RGB
CMYK
RGB Variations
Color information
#0D8DFC (or 0x0D8DFC) is known color: Dodger Blue. HEX triplet: 0D, 8D and FC. RGB value is (13,141,252). Sum of RGB (Red+Green+Blue) = 13+141+252=406 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.20% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 252 (98.83% from 255 or 62.07% from 406); Max value from RGB is 252 - color contains mainly: blue. Hex color #0D8DFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D8DFC is #F27203. Grayscale: #727272. Windows color (decimal): -15888900 or 16551181. OLE color: 16551181.
HSL color Cylindrical-coordinate representation of color #0D8DFC: hue angle of 207.87º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D8DFC is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 141 | 252 | - |
| CMYK | 0.95 | 0.44 | 0 | 0.01 |
| HSL | 207.87º | 0.98% | 0.52% | - |
| HSV(B) | 207.87º | 0.95% | 0.99% | - |
| XYZ | 27.26 | 26.16 | 95.71 | - |
| YUV | 115.38 | 205.09 | 54.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 141 | 252 | 0.95 | 0.44 | 0 | 0.01 | 207.87 | 0.98 | 0.52 |
| Hex | D | 8D | FC | 5F | 2C | 0 | 1 | D0 | 62 | 34 |
| Octal | 15 | 215 | 374 | 137 | 54 | 0 | 1 | 320 | 142 | 64 |
| Binary | 1101 | 10001101 | 11111100 | 1011111 | 101100 | 0 | 1 | 11010000 | 1100010 | 110100 |
Color Harmonies of #0D8DFC
Complementary color
Monochromatic Colors of #0D8DFC
Black with #0D8DFC
Text Example
Text Example
White with #0D8DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8DFC; }
p { color: rgb(13,141,252); }
H1.HeaderClassName
{
color: #0D8DFC;
}
.AnyTagClassName
{
color: #0D8DFC;
}
</style>
background-color css
<style>
a { background-color: #0D8DFC; }
a { background-color: rgb(13,141,252); }
div.DivClassName
{
background-color: #0D8DFC;
}
.BgClassName
{
background-color: #0D8DFC;
}
</style>
border-color css
<style>
span { border-color: #0D8DFC; }
span { border-color: rgb(13,141,252); }
td.TdClassName
{
border-color: #0D8DFC;
}
.TagClassName
{
border-color: #0D8DFC;
}
</style>