Shades of Dodger Blue #0D8EFF
Tints of Dodger Blue #0D8EFF
RGB
CMYK
RGB Variations
Color information
#0D8EFF (or 0x0D8EFF) is known color: Dodger Blue. HEX triplet: 0D, 8E and FF. RGB value is (13,142,255). Sum of RGB (Red+Green+Blue) = 13+142+255=410 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.17% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #0D8EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D8EFF is #F27100. Grayscale: #737373. Windows color (decimal): -15888641 or 16748045. OLE color: 16748045.
HSL color Cylindrical-coordinate representation of color #0D8EFF: hue angle of 208.02º 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 #0D8EFF is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 142 | 255 | - |
| CMYK | 0.95 | 0.44 | 0 | 0 |
| HSL | 208.02º | 1% | 0.53% | - |
| HSV(B) | 208.02º | 0.95% | 1% | - |
| XYZ | 27.89 | 26.65 | 98.28 | - |
| YUV | 116.31 | 206.26 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 142 | 255 | 0.95 | 0.44 | 0 | 0 | 208.02 | 1 | 0.53 |
| Hex | D | 8E | FF | 5F | 2C | 0 | 0 | D0 | 64 | 35 |
| Octal | 15 | 216 | 377 | 137 | 54 | 0 | 0 | 320 | 144 | 65 |
| Binary | 1101 | 10001110 | 11111111 | 1011111 | 101100 | 0 | 0 | 11010000 | 1100100 | 110101 |
Color Harmonies of #0D8EFF
Complementary color
Monochromatic Colors of #0D8EFF
Black with #0D8EFF
Text Example
Text Example
White with #0D8EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8EFF; }
p { color: rgb(13,142,255); }
H1.HeaderClassName
{
color: #0D8EFF;
}
.AnyTagClassName
{
color: #0D8EFF;
}
</style>
background-color css
<style>
a { background-color: #0D8EFF; }
a { background-color: rgb(13,142,255); }
div.DivClassName
{
background-color: #0D8EFF;
}
.BgClassName
{
background-color: #0D8EFF;
}
</style>
border-color css
<style>
span { border-color: #0D8EFF; }
span { border-color: rgb(13,142,255); }
td.TdClassName
{
border-color: #0D8EFF;
}
.TagClassName
{
border-color: #0D8EFF;
}
</style>