Shades of Blue #0B21EA
Tints of Blue #0B21EA
RGB
CMYK
RGB Variations
Color information
#0B21EA (or 0x0B21EA) is known color: Blue. HEX triplet: 0B, 21 and EA. RGB value is (11,33,234). Sum of RGB (Red+Green+Blue) = 11+33+234=278 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.96% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 234 (91.80% from 255 or 84.17% from 278); Max value from RGB is 234 - color contains mainly: blue. Hex color #0B21EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B21EA is #F4DE15. Grayscale: #303030. Windows color (decimal): -16047638 or 15343883. OLE color: 15343883.
HSL color Cylindrical-coordinate representation of color #0B21EA: hue angle of 234.08º 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 #0B21EA is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 33 | 234 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.08 |
| HSL | 234.08º | 0.91% | 0.48% | - |
| HSV(B) | 234.08º | 0.95% | 0.92% | - |
| XYZ | 15.53 | 7.1 | 78.39 | - |
| YUV | 49.34 | 232.21 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 33 | 234 | 0.95 | 0.86 | 0 | 0.08 | 234.08 | 0.91 | 0.48 |
| Hex | B | 21 | EA | 5F | 56 | 0 | 8 | EA | 5B | 30 |
| Octal | 13 | 41 | 352 | 137 | 126 | 0 | 10 | 352 | 133 | 60 |
| Binary | 1011 | 100001 | 11101010 | 1011111 | 1010110 | 0 | 1000 | 11101010 | 1011011 | 110000 |
Color Harmonies of #0B21EA
Complementary color
Monochromatic Colors of #0B21EA
Black with #0B21EA
Text Example
Text Example
White with #0B21EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B21EA; }
p { color: rgb(11,33,234); }
H1.HeaderClassName
{
color: #0B21EA;
}
.AnyTagClassName
{
color: #0B21EA;
}
</style>
background-color css
<style>
a { background-color: #0B21EA; }
a { background-color: rgb(11,33,234); }
div.DivClassName
{
background-color: #0B21EA;
}
.BgClassName
{
background-color: #0B21EA;
}
</style>
border-color css
<style>
span { border-color: #0B21EA; }
span { border-color: rgb(11,33,234); }
td.TdClassName
{
border-color: #0B21EA;
}
.TagClassName
{
border-color: #0B21EA;
}
</style>