Shades of Dodger Blue #0D8CFC
Tints of Dodger Blue #0D8CFC
RGB
CMYK
RGB Variations
Color information
#0D8CFC (or 0x0D8CFC) is known color: Dodger Blue. HEX triplet: 0D, 8C and FC. RGB value is (13,140,252). Sum of RGB (Red+Green+Blue) = 13+140+252=405 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.21% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 252 (98.83% from 255 or 62.22% from 405); Max value from RGB is 252 - color contains mainly: blue. Hex color #0D8CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D8CFC is #F27303. Grayscale: #727272. Windows color (decimal): -15889156 or 16550925. OLE color: 16550925.
HSL color Cylindrical-coordinate representation of color #0D8CFC: hue angle of 208.12º 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 #0D8CFC is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 140 | 252 | - |
| CMYK | 0.95 | 0.44 | 0 | 0.01 |
| HSL | 208.12º | 0.98% | 0.52% | - |
| HSV(B) | 208.12º | 0.95% | 0.99% | - |
| XYZ | 27.11 | 25.87 | 95.66 | - |
| YUV | 114.8 | 205.42 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 140 | 252 | 0.95 | 0.44 | 0 | 0.01 | 208.12 | 0.98 | 0.52 |
| Hex | D | 8C | FC | 5F | 2C | 0 | 1 | D0 | 62 | 34 |
| Octal | 15 | 214 | 374 | 137 | 54 | 0 | 1 | 320 | 142 | 64 |
| Binary | 1101 | 10001100 | 11111100 | 1011111 | 101100 | 0 | 1 | 11010000 | 1100010 | 110100 |
Color Harmonies of #0D8CFC
Complementary color
Monochromatic Colors of #0D8CFC
Black with #0D8CFC
Text Example
Text Example
White with #0D8CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8CFC; }
p { color: rgb(13,140,252); }
H1.HeaderClassName
{
color: #0D8CFC;
}
.AnyTagClassName
{
color: #0D8CFC;
}
</style>
background-color css
<style>
a { background-color: #0D8CFC; }
a { background-color: rgb(13,140,252); }
div.DivClassName
{
background-color: #0D8CFC;
}
.BgClassName
{
background-color: #0D8CFC;
}
</style>
border-color css
<style>
span { border-color: #0D8CFC; }
span { border-color: rgb(13,140,252); }
td.TdClassName
{
border-color: #0D8CFC;
}
.TagClassName
{
border-color: #0D8CFC;
}
</style>