Shades of Dodger Blue #0B9CEC
Tints of Dodger Blue #0B9CEC
RGB
CMYK
RGB Variations
Color information
#0B9CEC (or 0x0B9CEC) is known color: Dodger Blue. HEX triplet: 0B, 9C and EC. RGB value is (11,156,236). Sum of RGB (Red+Green+Blue) = 11+156+236=403 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.73% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 236 (92.58% from 255 or 58.56% from 403); Max value from RGB is 236 - color contains mainly: blue. Hex color #0B9CEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B9CEC is #F46313. Grayscale: #797979. Windows color (decimal): -16016148 or 15506443. OLE color: 15506443.
HSL color Cylindrical-coordinate representation of color #0B9CEC: hue angle of 201.33º 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 #0B9CEC is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 156 | 236 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.07 |
| HSL | 201.33º | 0.91% | 0.48% | - |
| HSV(B) | 201.33º | 0.95% | 0.93% | - |
| XYZ | 27.17 | 29.9 | 83.7 | - |
| YUV | 121.77 | 192.46 | 49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 156 | 236 | 0.95 | 0.34 | 0 | 0.07 | 201.33 | 0.91 | 0.48 |
| Hex | B | 9C | EC | 5F | 22 | 0 | 7 | C9 | 5B | 30 |
| Octal | 13 | 234 | 354 | 137 | 42 | 0 | 7 | 311 | 133 | 60 |
| Binary | 1011 | 10011100 | 11101100 | 1011111 | 100010 | 0 | 111 | 11001001 | 1011011 | 110000 |
Color Harmonies of #0B9CEC
Complementary color
Monochromatic Colors of #0B9CEC
Black with #0B9CEC
Text Example
Text Example
White with #0B9CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9CEC; }
p { color: rgb(11,156,236); }
H1.HeaderClassName
{
color: #0B9CEC;
}
.AnyTagClassName
{
color: #0B9CEC;
}
</style>
background-color css
<style>
a { background-color: #0B9CEC; }
a { background-color: rgb(11,156,236); }
div.DivClassName
{
background-color: #0B9CEC;
}
.BgClassName
{
background-color: #0B9CEC;
}
</style>
border-color css
<style>
span { border-color: #0B9CEC; }
span { border-color: rgb(11,156,236); }
td.TdClassName
{
border-color: #0B9CEC;
}
.TagClassName
{
border-color: #0B9CEC;
}
</style>