Shades of Dodger Blue #0D9FFF
Tints of Dodger Blue #0D9FFF
RGB
CMYK
RGB Variations
Color information
#0D9FFF (or 0x0D9FFF) is known color: Dodger Blue. HEX triplet: 0D, 9F and FF. RGB value is (13,159,255). Sum of RGB (Red+Green+Blue) = 13+159+255=427 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.04% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #0D9FFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D9FFF is #F26000. Grayscale: #7D7D7D. Windows color (decimal): -15884289 or 16752397. OLE color: 16752397.
HSL color Cylindrical-coordinate representation of color #0D9FFF: hue angle of 203.8º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D9FFF is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 159 | 255 | - |
| CMYK | 0.95 | 0.38 | 0 | 0 |
| HSL | 203.8º | 1% | 0.53% | - |
| HSV(B) | 203.8º | 0.95% | 1% | - |
| XYZ | 30.61 | 32.1 | 99.19 | - |
| YUV | 126.29 | 200.63 | 47.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 159 | 255 | 0.95 | 0.38 | 0 | 0 | 203.8 | 1 | 0.53 |
| Hex | D | 9F | FF | 5F | 26 | 0 | 0 | CC | 64 | 35 |
| Octal | 15 | 237 | 377 | 137 | 46 | 0 | 0 | 314 | 144 | 65 |
| Binary | 1101 | 10011111 | 11111111 | 1011111 | 100110 | 0 | 0 | 11001100 | 1100100 | 110101 |
Color Harmonies of #0D9FFF
Complementary color
Monochromatic Colors of #0D9FFF
Black with #0D9FFF
Text Example
Text Example
White with #0D9FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9FFF; }
p { color: rgb(13,159,255); }
H1.HeaderClassName
{
color: #0D9FFF;
}
.AnyTagClassName
{
color: #0D9FFF;
}
</style>
background-color css
<style>
a { background-color: #0D9FFF; }
a { background-color: rgb(13,159,255); }
div.DivClassName
{
background-color: #0D9FFF;
}
.BgClassName
{
background-color: #0D9FFF;
}
</style>
border-color css
<style>
span { border-color: #0D9FFF; }
span { border-color: rgb(13,159,255); }
td.TdClassName
{
border-color: #0D9FFF;
}
.TagClassName
{
border-color: #0D9FFF;
}
</style>