Shades of Dodger Blue #0BA2EC
Tints of Dodger Blue #0BA2EC
RGB
CMYK
RGB Variations
Color information
#0BA2EC (or 0x0BA2EC) is known color: Dodger Blue. HEX triplet: 0B, A2 and EC. RGB value is (11,162,236). Sum of RGB (Red+Green+Blue) = 11+162+236=409 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.69% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #0BA2EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BA2EC is #F45D13. Grayscale: #7C7C7C. Windows color (decimal): -16014612 or 15507979. OLE color: 15507979.
HSL color Cylindrical-coordinate representation of color #0BA2EC: hue angle of 199.73º 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 #0BA2EC is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 162 | 236 | - |
| CMYK | 0.95 | 0.31 | 0 | 0.07 |
| HSL | 199.73º | 0.91% | 0.48% | - |
| HSV(B) | 199.73º | 0.95% | 0.93% | - |
| XYZ | 28.2 | 31.97 | 84.04 | - |
| YUV | 125.29 | 190.47 | 46.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 162 | 236 | 0.95 | 0.31 | 0 | 0.07 | 199.73 | 0.91 | 0.48 |
| Hex | B | A2 | EC | 5F | 1F | 0 | 7 | C8 | 5B | 30 |
| Octal | 13 | 242 | 354 | 137 | 37 | 0 | 7 | 310 | 133 | 60 |
| Binary | 1011 | 10100010 | 11101100 | 1011111 | 11111 | 0 | 111 | 11001000 | 1011011 | 110000 |
Color Harmonies of #0BA2EC
Complementary color
Monochromatic Colors of #0BA2EC
Black with #0BA2EC
Text Example
Text Example
White with #0BA2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA2EC; }
p { color: rgb(11,162,236); }
H1.HeaderClassName
{
color: #0BA2EC;
}
.AnyTagClassName
{
color: #0BA2EC;
}
</style>
background-color css
<style>
a { background-color: #0BA2EC; }
a { background-color: rgb(11,162,236); }
div.DivClassName
{
background-color: #0BA2EC;
}
.BgClassName
{
background-color: #0BA2EC;
}
</style>
border-color css
<style>
span { border-color: #0BA2EC; }
span { border-color: rgb(11,162,236); }
td.TdClassName
{
border-color: #0BA2EC;
}
.TagClassName
{
border-color: #0BA2EC;
}
</style>