Shades of Dodger Blue #0D8FED
Tints of Dodger Blue #0D8FED
RGB
CMYK
RGB Variations
Color information
#0D8FED (or 0x0D8FED) is known color: Dodger Blue. HEX triplet: 0D, 8F and ED. RGB value is (13,143,237). Sum of RGB (Red+Green+Blue) = 13+143+237=393 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.31% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 237 (92.97% from 255 or 60.31% from 393); Max value from RGB is 237 - color contains mainly: blue. Hex color #0D8FED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D8FED is #F27012. Grayscale: #727272. Windows color (decimal): -15888403 or 15568653. OLE color: 15568653.
HSL color Cylindrical-coordinate representation of color #0D8FED: hue angle of 205.18º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D8FED is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 143 | 237 | - |
| CMYK | 0.95 | 0.40 | 0 | 0.07 |
| HSL | 205.18º | 0.9% | 0.49% | - |
| HSV(B) | 205.18º | 0.95% | 0.93% | - |
| XYZ | 25.27 | 25.84 | 83.78 | - |
| YUV | 114.85 | 196.93 | 55.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 143 | 237 | 0.95 | 0.40 | 0 | 0.07 | 205.18 | 0.9 | 0.49 |
| Hex | D | 8F | ED | 5F | 28 | 0 | 7 | CD | 5A | 31 |
| Octal | 15 | 217 | 355 | 137 | 50 | 0 | 7 | 315 | 132 | 61 |
| Binary | 1101 | 10001111 | 11101101 | 1011111 | 101000 | 0 | 111 | 11001101 | 1011010 | 110001 |
Color Harmonies of #0D8FED
Complementary color
Monochromatic Colors of #0D8FED
Black with #0D8FED
Text Example
Text Example
White with #0D8FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8FED; }
p { color: rgb(13,143,237); }
H1.HeaderClassName
{
color: #0D8FED;
}
.AnyTagClassName
{
color: #0D8FED;
}
</style>
background-color css
<style>
a { background-color: #0D8FED; }
a { background-color: rgb(13,143,237); }
div.DivClassName
{
background-color: #0D8FED;
}
.BgClassName
{
background-color: #0D8FED;
}
</style>
border-color css
<style>
span { border-color: #0D8FED; }
span { border-color: rgb(13,143,237); }
td.TdClassName
{
border-color: #0D8FED;
}
.TagClassName
{
border-color: #0D8FED;
}
</style>