Shades of Dodger Blue #0D9FFC
Tints of Dodger Blue #0D9FFC
RGB
CMYK
RGB Variations
Color information
#0D9FFC (or 0x0D9FFC) is known color: Dodger Blue. HEX triplet: 0D, 9F and FC. RGB value is (13,159,252). Sum of RGB (Red+Green+Blue) = 13+159+252=424 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.07% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #0D9FFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D9FFC is #F26003. Grayscale: #7D7D7D. Windows color (decimal): -15884292 or 16555789. OLE color: 16555789.
HSL color Cylindrical-coordinate representation of color #0D9FFC: hue angle of 203.35º 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 #0D9FFC is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 159 | 252 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.01 |
| HSL | 203.35º | 0.98% | 0.52% | - |
| HSV(B) | 203.35º | 0.95% | 0.99% | - |
| XYZ | 30.13 | 31.91 | 96.67 | - |
| YUV | 125.95 | 199.13 | 47.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 159 | 252 | 0.95 | 0.37 | 0 | 0.01 | 203.35 | 0.98 | 0.52 |
| Hex | D | 9F | FC | 5F | 25 | 0 | 1 | CB | 62 | 34 |
| Octal | 15 | 237 | 374 | 137 | 45 | 0 | 1 | 313 | 142 | 64 |
| Binary | 1101 | 10011111 | 11111100 | 1011111 | 100101 | 0 | 1 | 11001011 | 1100010 | 110100 |
Color Harmonies of #0D9FFC
Complementary color
Monochromatic Colors of #0D9FFC
Black with #0D9FFC
Text Example
Text Example
White with #0D9FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9FFC; }
p { color: rgb(13,159,252); }
H1.HeaderClassName
{
color: #0D9FFC;
}
.AnyTagClassName
{
color: #0D9FFC;
}
</style>
background-color css
<style>
a { background-color: #0D9FFC; }
a { background-color: rgb(13,159,252); }
div.DivClassName
{
background-color: #0D9FFC;
}
.BgClassName
{
background-color: #0D9FFC;
}
</style>
border-color css
<style>
span { border-color: #0D9FFC; }
span { border-color: rgb(13,159,252); }
td.TdClassName
{
border-color: #0D9FFC;
}
.TagClassName
{
border-color: #0D9FFC;
}
</style>