Shades of Dodger Blue #0B91EC
Tints of Dodger Blue #0B91EC
RGB
CMYK
RGB Variations
Color information
#0B91EC (or 0x0B91EC) is known color: Dodger Blue. HEX triplet: 0B, 91 and EC. RGB value is (11,145,236). Sum of RGB (Red+Green+Blue) = 11+145+236=392 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.81% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 236 (92.58% from 255 or 60.20% from 392); Max value from RGB is 236 - color contains mainly: blue. Hex color #0B91EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B91EC is #F46E13. Grayscale: #727272. Windows color (decimal): -16018964 or 15503627. OLE color: 15503627.
HSL color Cylindrical-coordinate representation of color #0B91EC: hue angle of 204.27º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B91EC is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 145 | 236 | - |
| CMYK | 0.95 | 0.39 | 0 | 0.07 |
| HSL | 204.27º | 0.91% | 0.48% | - |
| HSV(B) | 204.27º | 0.95% | 0.93% | - |
| XYZ | 25.4 | 26.38 | 83.11 | - |
| YUV | 115.31 | 196.11 | 53.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 145 | 236 | 0.95 | 0.39 | 0 | 0.07 | 204.27 | 0.91 | 0.48 |
| Hex | B | 91 | EC | 5F | 27 | 0 | 7 | CC | 5B | 30 |
| Octal | 13 | 221 | 354 | 137 | 47 | 0 | 7 | 314 | 133 | 60 |
| Binary | 1011 | 10010001 | 11101100 | 1011111 | 100111 | 0 | 111 | 11001100 | 1011011 | 110000 |
Color Harmonies of #0B91EC
Complementary color
Monochromatic Colors of #0B91EC
Black with #0B91EC
Text Example
Text Example
White with #0B91EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B91EC; }
p { color: rgb(11,145,236); }
H1.HeaderClassName
{
color: #0B91EC;
}
.AnyTagClassName
{
color: #0B91EC;
}
</style>
background-color css
<style>
a { background-color: #0B91EC; }
a { background-color: rgb(11,145,236); }
div.DivClassName
{
background-color: #0B91EC;
}
.BgClassName
{
background-color: #0B91EC;
}
</style>
border-color css
<style>
span { border-color: #0B91EC; }
span { border-color: rgb(11,145,236); }
td.TdClassName
{
border-color: #0B91EC;
}
.TagClassName
{
border-color: #0B91EC;
}
</style>