Shades of Dodger Blue #0D8CEB
Tints of Dodger Blue #0D8CEB
RGB
CMYK
RGB Variations
Color information
#0D8CEB (or 0x0D8CEB) is known color: Dodger Blue. HEX triplet: 0D, 8C and EB. RGB value is (13,140,235). Sum of RGB (Red+Green+Blue) = 13+140+235=388 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.35% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 235 (92.19% from 255 or 60.57% from 388); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D8CEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D8CEB is #F27314. Grayscale: #707070. Windows color (decimal): -15889173 or 15436813. OLE color: 15436813.
HSL color Cylindrical-coordinate representation of color #0D8CEB: hue angle of 205.68º 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 #0D8CEB is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 140 | 235 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.08 |
| HSL | 205.68º | 0.9% | 0.49% | - |
| HSV(B) | 205.68º | 0.94% | 0.92% | - |
| XYZ | 24.54 | 24.84 | 82.1 | - |
| YUV | 112.86 | 196.92 | 56.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 140 | 235 | 0.94 | 0.40 | 0 | 0.08 | 205.68 | 0.9 | 0.49 |
| Hex | D | 8C | EB | 5E | 28 | 0 | 8 | CE | 5A | 31 |
| Octal | 15 | 214 | 353 | 136 | 50 | 0 | 10 | 316 | 132 | 61 |
| Binary | 1101 | 10001100 | 11101011 | 1011110 | 101000 | 0 | 1000 | 11001110 | 1011010 | 110001 |
Color Harmonies of #0D8CEB
Complementary color
Monochromatic Colors of #0D8CEB
Black with #0D8CEB
Text Example
Text Example
White with #0D8CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8CEB; }
p { color: rgb(13,140,235); }
H1.HeaderClassName
{
color: #0D8CEB;
}
.AnyTagClassName
{
color: #0D8CEB;
}
</style>
background-color css
<style>
a { background-color: #0D8CEB; }
a { background-color: rgb(13,140,235); }
div.DivClassName
{
background-color: #0D8CEB;
}
.BgClassName
{
background-color: #0D8CEB;
}
</style>
border-color css
<style>
span { border-color: #0D8CEB; }
span { border-color: rgb(13,140,235); }
td.TdClassName
{
border-color: #0D8CEB;
}
.TagClassName
{
border-color: #0D8CEB;
}
</style>