Shades of Blue #0B2FFF
Tints of Blue #0B2FFF
RGB
CMYK
RGB Variations
Color information
#0B2FFF (or 0x0B2FFF) is known color: Blue. HEX triplet: 0B, 2F and FF. RGB value is (11,47,255). Sum of RGB (Red+Green+Blue) = 11+47+255=313 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.51% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 255 (100% from 255 or 81.47% from 313); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B2FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B2FFF is #F4D000. Grayscale: #3B3B3B. Windows color (decimal): -16044033 or 16723723. OLE color: 16723723.
HSL color Cylindrical-coordinate representation of color #0B2FFF: hue angle of 231.15º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B2FFF is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 47 | 255 | - |
| CMYK | 0.96 | 0.82 | 0 | 0 |
| HSL | 231.15º | 1% | 0.52% | - |
| HSV(B) | 231.15º | 0.96% | 1% | - |
| XYZ | 19.2 | 9.32 | 95.4 | - |
| YUV | 59.95 | 238.07 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 47 | 255 | 0.96 | 0.82 | 0 | 0 | 231.15 | 1 | 0.52 |
| Hex | B | 2F | FF | 60 | 52 | 0 | 0 | E7 | 64 | 34 |
| Octal | 13 | 57 | 377 | 140 | 122 | 0 | 0 | 347 | 144 | 64 |
| Binary | 1011 | 101111 | 11111111 | 1100000 | 1010010 | 0 | 0 | 11100111 | 1100100 | 110100 |
Color Harmonies of #0B2FFF
Complementary color
Monochromatic Colors of #0B2FFF
Black with #0B2FFF
Text Example
Text Example
White with #0B2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2FFF; }
p { color: rgb(11,47,255); }
H1.HeaderClassName
{
color: #0B2FFF;
}
.AnyTagClassName
{
color: #0B2FFF;
}
</style>
background-color css
<style>
a { background-color: #0B2FFF; }
a { background-color: rgb(11,47,255); }
div.DivClassName
{
background-color: #0B2FFF;
}
.BgClassName
{
background-color: #0B2FFF;
}
</style>
border-color css
<style>
span { border-color: #0B2FFF; }
span { border-color: rgb(11,47,255); }
td.TdClassName
{
border-color: #0B2FFF;
}
.TagClassName
{
border-color: #0B2FFF;
}
</style>