Shades of Dodger Blue #0D8FEE
Tints of Dodger Blue #0D8FEE
RGB
CMYK
RGB Variations
Color information
#0D8FEE (or 0x0D8FEE) is known color: Dodger Blue. HEX triplet: 0D, 8F and EE. RGB value is (13,143,238). Sum of RGB (Red+Green+Blue) = 13+143+238=394 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.30% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 238 (93.36% from 255 or 60.41% from 394); Max value from RGB is 238 - color contains mainly: blue. Hex color #0D8FEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D8FEE is #F27011. Grayscale: #727272. Windows color (decimal): -15888402 or 15634189. OLE color: 15634189.
HSL color Cylindrical-coordinate representation of color #0D8FEE: hue angle of 205.33º 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 #0D8FEE is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 143 | 238 | - |
| CMYK | 0.95 | 0.40 | 0 | 0.07 |
| HSL | 205.33º | 0.9% | 0.49% | - |
| HSV(B) | 205.33º | 0.95% | 0.93% | - |
| XYZ | 25.42 | 25.9 | 84.55 | - |
| YUV | 114.96 | 197.43 | 55.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 143 | 238 | 0.95 | 0.40 | 0 | 0.07 | 205.33 | 0.9 | 0.49 |
| Hex | D | 8F | EE | 5F | 28 | 0 | 7 | CD | 5A | 31 |
| Octal | 15 | 217 | 356 | 137 | 50 | 0 | 7 | 315 | 132 | 61 |
| Binary | 1101 | 10001111 | 11101110 | 1011111 | 101000 | 0 | 111 | 11001101 | 1011010 | 110001 |
Color Harmonies of #0D8FEE
Complementary color
Monochromatic Colors of #0D8FEE
Black with #0D8FEE
Text Example
Text Example
White with #0D8FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8FEE; }
p { color: rgb(13,143,238); }
H1.HeaderClassName
{
color: #0D8FEE;
}
.AnyTagClassName
{
color: #0D8FEE;
}
</style>
background-color css
<style>
a { background-color: #0D8FEE; }
a { background-color: rgb(13,143,238); }
div.DivClassName
{
background-color: #0D8FEE;
}
.BgClassName
{
background-color: #0D8FEE;
}
</style>
border-color css
<style>
span { border-color: #0D8FEE; }
span { border-color: rgb(13,143,238); }
td.TdClassName
{
border-color: #0D8FEE;
}
.TagClassName
{
border-color: #0D8FEE;
}
</style>