Shades of Blue #0B2CEA
Tints of Blue #0B2CEA
RGB
CMYK
RGB Variations
Color information
#0B2CEA (or 0x0B2CEA) is known color: Blue. HEX triplet: 0B, 2C and EA. RGB value is (11,44,234). Sum of RGB (Red+Green+Blue) = 11+44+234=289 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.81% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 234 (91.80% from 255 or 80.97% from 289); Max value from RGB is 234 - color contains mainly: blue. Hex color #0B2CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B2CEA is #F4D315. Grayscale: #373737. Windows color (decimal): -16044822 or 15346699. OLE color: 15346699.
HSL color Cylindrical-coordinate representation of color #0B2CEA: hue angle of 231.12º 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 #0B2CEA is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 44 | 234 | - |
| CMYK | 0.95 | 0.81 | 0 | 0.08 |
| HSL | 231.12º | 0.91% | 0.48% | - |
| HSV(B) | 231.12º | 0.95% | 0.92% | - |
| XYZ | 15.89 | 7.81 | 78.51 | - |
| YUV | 55.79 | 228.57 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 44 | 234 | 0.95 | 0.81 | 0 | 0.08 | 231.12 | 0.91 | 0.48 |
| Hex | B | 2C | EA | 5F | 51 | 0 | 8 | E7 | 5B | 30 |
| Octal | 13 | 54 | 352 | 137 | 121 | 0 | 10 | 347 | 133 | 60 |
| Binary | 1011 | 101100 | 11101010 | 1011111 | 1010001 | 0 | 1000 | 11100111 | 1011011 | 110000 |
Color Harmonies of #0B2CEA
Complementary color
Monochromatic Colors of #0B2CEA
Black with #0B2CEA
Text Example
Text Example
White with #0B2CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2CEA; }
p { color: rgb(11,44,234); }
H1.HeaderClassName
{
color: #0B2CEA;
}
.AnyTagClassName
{
color: #0B2CEA;
}
</style>
background-color css
<style>
a { background-color: #0B2CEA; }
a { background-color: rgb(11,44,234); }
div.DivClassName
{
background-color: #0B2CEA;
}
.BgClassName
{
background-color: #0B2CEA;
}
</style>
border-color css
<style>
span { border-color: #0B2CEA; }
span { border-color: rgb(11,44,234); }
td.TdClassName
{
border-color: #0B2CEA;
}
.TagClassName
{
border-color: #0B2CEA;
}
</style>