Shades of Dodger Blue #0D8FEB
Tints of Dodger Blue #0D8FEB
RGB
CMYK
RGB Variations
Color information
#0D8FEB (or 0x0D8FEB) is known color: Dodger Blue. HEX triplet: 0D, 8F and EB. RGB value is (13,143,235). Sum of RGB (Red+Green+Blue) = 13+143+235=391 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 235 (92.19% from 255 or 60.10% from 391); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D8FEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D8FEB is #F27014. Grayscale: #727272. Windows color (decimal): -15888405 or 15437581. OLE color: 15437581.
HSL color Cylindrical-coordinate representation of color #0D8FEB: hue angle of 204.86º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D8FEB is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 143 | 235 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.08 |
| HSL | 204.86º | 0.9% | 0.49% | - |
| HSV(B) | 204.86º | 0.94% | 0.92% | - |
| XYZ | 24.98 | 25.73 | 82.25 | - |
| YUV | 114.62 | 195.93 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 143 | 235 | 0.94 | 0.39 | 0 | 0.08 | 204.86 | 0.9 | 0.49 |
| Hex | D | 8F | EB | 5E | 27 | 0 | 8 | CD | 5A | 31 |
| Octal | 15 | 217 | 353 | 136 | 47 | 0 | 10 | 315 | 132 | 61 |
| Binary | 1101 | 10001111 | 11101011 | 1011110 | 100111 | 0 | 1000 | 11001101 | 1011010 | 110001 |
Color Harmonies of #0D8FEB
Complementary color
Monochromatic Colors of #0D8FEB
Black with #0D8FEB
Text Example
Text Example
White with #0D8FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8FEB; }
p { color: rgb(13,143,235); }
H1.HeaderClassName
{
color: #0D8FEB;
}
.AnyTagClassName
{
color: #0D8FEB;
}
</style>
background-color css
<style>
a { background-color: #0D8FEB; }
a { background-color: rgb(13,143,235); }
div.DivClassName
{
background-color: #0D8FEB;
}
.BgClassName
{
background-color: #0D8FEB;
}
</style>
border-color css
<style>
span { border-color: #0D8FEB; }
span { border-color: rgb(13,143,235); }
td.TdClassName
{
border-color: #0D8FEB;
}
.TagClassName
{
border-color: #0D8FEB;
}
</style>