Shades of Dodger Blue #0D9FFB
Tints of Dodger Blue #0D9FFB
RGB
CMYK
RGB Variations
Color information
#0D9FFB (or 0x0D9FFB) is known color: Dodger Blue. HEX triplet: 0D, 9F and FB. RGB value is (13,159,251). Sum of RGB (Red+Green+Blue) = 13+159+251=423 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.07% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #0D9FFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D9FFB is #F26004. Grayscale: #7D7D7D. Windows color (decimal): -15884293 or 16490253. OLE color: 16490253.
HSL color Cylindrical-coordinate representation of color #0D9FFB: hue angle of 203.19º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D9FFB is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 159 | 251 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.02 |
| HSL | 203.19º | 0.97% | 0.52% | - |
| HSV(B) | 203.19º | 0.95% | 0.98% | - |
| XYZ | 29.98 | 31.85 | 95.83 | - |
| YUV | 125.83 | 198.63 | 47.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 159 | 251 | 0.95 | 0.37 | 0 | 0.02 | 203.19 | 0.97 | 0.52 |
| Hex | D | 9F | FB | 5F | 25 | 0 | 2 | CB | 61 | 34 |
| Octal | 15 | 237 | 373 | 137 | 45 | 0 | 2 | 313 | 141 | 64 |
| Binary | 1101 | 10011111 | 11111011 | 1011111 | 100101 | 0 | 10 | 11001011 | 1100001 | 110100 |
Color Harmonies of #0D9FFB
Complementary color
Monochromatic Colors of #0D9FFB
Black with #0D9FFB
Text Example
Text Example
White with #0D9FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9FFB; }
p { color: rgb(13,159,251); }
H1.HeaderClassName
{
color: #0D9FFB;
}
.AnyTagClassName
{
color: #0D9FFB;
}
</style>
background-color css
<style>
a { background-color: #0D9FFB; }
a { background-color: rgb(13,159,251); }
div.DivClassName
{
background-color: #0D9FFB;
}
.BgClassName
{
background-color: #0D9FFB;
}
</style>
border-color css
<style>
span { border-color: #0D9FFB; }
span { border-color: rgb(13,159,251); }
td.TdClassName
{
border-color: #0D9FFB;
}
.TagClassName
{
border-color: #0D9FFB;
}
</style>