Shades of Dodger Blue #0D9EFC
Tints of Dodger Blue #0D9EFC
RGB
CMYK
RGB Variations
Color information
#0D9EFC (or 0x0D9EFC) is known color: Dodger Blue. HEX triplet: 0D, 9E and FC. RGB value is (13,158,252). Sum of RGB (Red+Green+Blue) = 13+158+252=423 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.07% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 252 (98.83% from 255 or 59.57% from 423); Max value from RGB is 252 - color contains mainly: blue. Hex color #0D9EFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D9EFC is #F26103. Grayscale: #7C7C7C. Windows color (decimal): -15884548 or 16555533. OLE color: 16555533.
HSL color Cylindrical-coordinate representation of color #0D9EFC: hue angle of 203.6º 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 #0D9EFC is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 158 | 252 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.01 |
| HSL | 203.6º | 0.98% | 0.52% | - |
| HSV(B) | 203.6º | 0.95% | 0.99% | - |
| XYZ | 29.96 | 31.57 | 96.61 | - |
| YUV | 125.36 | 199.46 | 47.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 158 | 252 | 0.95 | 0.37 | 0 | 0.01 | 203.6 | 0.98 | 0.52 |
| Hex | D | 9E | FC | 5F | 25 | 0 | 1 | CC | 62 | 34 |
| Octal | 15 | 236 | 374 | 137 | 45 | 0 | 1 | 314 | 142 | 64 |
| Binary | 1101 | 10011110 | 11111100 | 1011111 | 100101 | 0 | 1 | 11001100 | 1100010 | 110100 |
Color Harmonies of #0D9EFC
Complementary color
Monochromatic Colors of #0D9EFC
Black with #0D9EFC
Text Example
Text Example
White with #0D9EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9EFC; }
p { color: rgb(13,158,252); }
H1.HeaderClassName
{
color: #0D9EFC;
}
.AnyTagClassName
{
color: #0D9EFC;
}
</style>
background-color css
<style>
a { background-color: #0D9EFC; }
a { background-color: rgb(13,158,252); }
div.DivClassName
{
background-color: #0D9EFC;
}
.BgClassName
{
background-color: #0D9EFC;
}
</style>
border-color css
<style>
span { border-color: #0D9EFC; }
span { border-color: rgb(13,158,252); }
td.TdClassName
{
border-color: #0D9EFC;
}
.TagClassName
{
border-color: #0D9EFC;
}
</style>