Shades of Dodger Blue #0BA0EB
Tints of Dodger Blue #0BA0EB
RGB
CMYK
RGB Variations
Color information
#0BA0EB (or 0x0BA0EB) is known color: Dodger Blue. HEX triplet: 0B, A0 and EB. RGB value is (11,160,235). Sum of RGB (Red+Green+Blue) = 11+160+235=406 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.71% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 235 (92.19% from 255 or 57.88% from 406); Max value from RGB is 235 - color contains mainly: blue. Hex color #0BA0EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BA0EB is #F45F14. Grayscale: #7B7B7B. Windows color (decimal): -16015125 or 15441931. OLE color: 15441931.
HSL color Cylindrical-coordinate representation of color #0BA0EB: hue angle of 200.09º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BA0EB is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 160 | 235 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.08 |
| HSL | 200.09º | 0.91% | 0.48% | - |
| HSV(B) | 200.09º | 0.95% | 0.92% | - |
| XYZ | 27.7 | 31.21 | 83.16 | - |
| YUV | 124 | 190.64 | 47.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 160 | 235 | 0.95 | 0.32 | 0 | 0.08 | 200.09 | 0.91 | 0.48 |
| Hex | B | A0 | EB | 5F | 20 | 0 | 8 | C8 | 5B | 30 |
| Octal | 13 | 240 | 353 | 137 | 40 | 0 | 10 | 310 | 133 | 60 |
| Binary | 1011 | 10100000 | 11101011 | 1011111 | 100000 | 0 | 1000 | 11001000 | 1011011 | 110000 |
Color Harmonies of #0BA0EB
Complementary color
Monochromatic Colors of #0BA0EB
Black with #0BA0EB
Text Example
Text Example
White with #0BA0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA0EB; }
p { color: rgb(11,160,235); }
H1.HeaderClassName
{
color: #0BA0EB;
}
.AnyTagClassName
{
color: #0BA0EB;
}
</style>
background-color css
<style>
a { background-color: #0BA0EB; }
a { background-color: rgb(11,160,235); }
div.DivClassName
{
background-color: #0BA0EB;
}
.BgClassName
{
background-color: #0BA0EB;
}
</style>
border-color css
<style>
span { border-color: #0BA0EB; }
span { border-color: rgb(11,160,235); }
td.TdClassName
{
border-color: #0BA0EB;
}
.TagClassName
{
border-color: #0BA0EB;
}
</style>