Shades of Dodger Blue #0D91E8
Tints of Dodger Blue #0D91E8
RGB
CMYK
RGB Variations
Color information
#0D91E8 (or 0x0D91E8) is known color: Dodger Blue. HEX triplet: 0D, 91 and E8. RGB value is (13,145,232). Sum of RGB (Red+Green+Blue) = 13+145+232=390 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.33% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 232 (91.02% from 255 or 59.49% from 390); Max value from RGB is 232 - color contains mainly: blue. Hex color #0D91E8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D91E8 is #F26E17. Grayscale: #727272. Windows color (decimal): -15887896 or 15241485. OLE color: 15241485.
HSL color Cylindrical-coordinate representation of color #0D91E8: hue angle of 203.84º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D91E8 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 13 | 145 | 232 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.09 |
| HSL | 203.84º | 0.89% | 0.48% | - |
| HSV(B) | 203.84º | 0.94% | 0.91% | - |
| XYZ | 24.86 | 26.16 | 80.08 | - |
| YUV | 115.45 | 193.77 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 145 | 232 | 0.94 | 0.38 | 0 | 0.09 | 203.84 | 0.89 | 0.48 |
| Hex | D | 91 | E8 | 5E | 26 | 0 | 9 | CC | 59 | 30 |
| Octal | 15 | 221 | 350 | 136 | 46 | 0 | 11 | 314 | 131 | 60 |
| Binary | 1101 | 10010001 | 11101000 | 1011110 | 100110 | 0 | 1001 | 11001100 | 1011001 | 110000 |
Color Harmonies of #0D91E8
Complementary color
Monochromatic Colors of #0D91E8
Black with #0D91E8
Text Example
Text Example
White with #0D91E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D91E8; }
p { color: rgb(13,145,232); }
H1.HeaderClassName
{
color: #0D91E8;
}
.AnyTagClassName
{
color: #0D91E8;
}
</style>
background-color css
<style>
a { background-color: #0D91E8; }
a { background-color: rgb(13,145,232); }
div.DivClassName
{
background-color: #0D91E8;
}
.BgClassName
{
background-color: #0D91E8;
}
</style>
border-color css
<style>
span { border-color: #0D91E8; }
span { border-color: rgb(13,145,232); }
td.TdClassName
{
border-color: #0D91E8;
}
.TagClassName
{
border-color: #0D91E8;
}
</style>