Shades of Dodger Blue #0D91EB
Tints of Dodger Blue #0D91EB
RGB
CMYK
RGB Variations
Color information
#0D91EB (or 0x0D91EB) is known color: Dodger Blue. HEX triplet: 0D, 91 and EB. RGB value is (13,145,235). Sum of RGB (Red+Green+Blue) = 13+145+235=393 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.31% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 235 (92.19% from 255 or 59.80% from 393); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D91EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D91EB is #F26E14. Grayscale: #737373. Windows color (decimal): -15887893 or 15438093. OLE color: 15438093.
HSL color Cylindrical-coordinate representation of color #0D91EB: hue angle of 204.32º 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 #0D91EB is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 145 | 235 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.08 |
| HSL | 204.32º | 0.9% | 0.49% | - |
| HSV(B) | 204.32º | 0.94% | 0.92% | - |
| XYZ | 25.29 | 26.33 | 82.35 | - |
| YUV | 115.79 | 195.27 | 54.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 145 | 235 | 0.94 | 0.38 | 0 | 0.08 | 204.32 | 0.9 | 0.49 |
| Hex | D | 91 | EB | 5E | 26 | 0 | 8 | CC | 5A | 31 |
| Octal | 15 | 221 | 353 | 136 | 46 | 0 | 10 | 314 | 132 | 61 |
| Binary | 1101 | 10010001 | 11101011 | 1011110 | 100110 | 0 | 1000 | 11001100 | 1011010 | 110001 |
Color Harmonies of #0D91EB
Complementary color
Monochromatic Colors of #0D91EB
Black with #0D91EB
Text Example
Text Example
White with #0D91EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D91EB; }
p { color: rgb(13,145,235); }
H1.HeaderClassName
{
color: #0D91EB;
}
.AnyTagClassName
{
color: #0D91EB;
}
</style>
background-color css
<style>
a { background-color: #0D91EB; }
a { background-color: rgb(13,145,235); }
div.DivClassName
{
background-color: #0D91EB;
}
.BgClassName
{
background-color: #0D91EB;
}
</style>
border-color css
<style>
span { border-color: #0D91EB; }
span { border-color: rgb(13,145,235); }
td.TdClassName
{
border-color: #0D91EB;
}
.TagClassName
{
border-color: #0D91EB;
}
</style>