Shades of Blue #0B2CEC
Tints of Blue #0B2CEC
RGB
CMYK
RGB Variations
Color information
#0B2CEC (or 0x0B2CEC) is known color: Blue. HEX triplet: 0B, 2C and EC. RGB value is (11,44,236). Sum of RGB (Red+Green+Blue) = 11+44+236=291 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.78% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 236 (92.58% from 255 or 81.10% from 291); Max value from RGB is 236 - color contains mainly: blue. Hex color #0B2CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B2CEC is #F4D313. Grayscale: #373737. Windows color (decimal): -16044820 or 15477771. OLE color: 15477771.
HSL color Cylindrical-coordinate representation of color #0B2CEC: hue angle of 231.2º 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 #0B2CEC is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 44 | 236 | - |
| CMYK | 0.95 | 0.81 | 0 | 0.07 |
| HSL | 231.2º | 0.91% | 0.48% | - |
| HSV(B) | 231.2º | 0.95% | 0.93% | - |
| XYZ | 16.18 | 7.93 | 80.03 | - |
| YUV | 56.02 | 229.57 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 44 | 236 | 0.95 | 0.81 | 0 | 0.07 | 231.2 | 0.91 | 0.48 |
| Hex | B | 2C | EC | 5F | 51 | 0 | 7 | E7 | 5B | 30 |
| Octal | 13 | 54 | 354 | 137 | 121 | 0 | 7 | 347 | 133 | 60 |
| Binary | 1011 | 101100 | 11101100 | 1011111 | 1010001 | 0 | 111 | 11100111 | 1011011 | 110000 |
Color Harmonies of #0B2CEC
Complementary color
Monochromatic Colors of #0B2CEC
Black with #0B2CEC
Text Example
Text Example
White with #0B2CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2CEC; }
p { color: rgb(11,44,236); }
H1.HeaderClassName
{
color: #0B2CEC;
}
.AnyTagClassName
{
color: #0B2CEC;
}
</style>
background-color css
<style>
a { background-color: #0B2CEC; }
a { background-color: rgb(11,44,236); }
div.DivClassName
{
background-color: #0B2CEC;
}
.BgClassName
{
background-color: #0B2CEC;
}
</style>
border-color css
<style>
span { border-color: #0B2CEC; }
span { border-color: rgb(11,44,236); }
td.TdClassName
{
border-color: #0B2CEC;
}
.TagClassName
{
border-color: #0B2CEC;
}
</style>