Shades of Blue #0B2EF7
Tints of Blue #0B2EF7
RGB
CMYK
RGB Variations
Color information
#0B2EF7 (or 0x0B2EF7) is known color: Blue. HEX triplet: 0B, 2E and F7. RGB value is (11,46,247). Sum of RGB (Red+Green+Blue) = 11+46+247=304 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.62% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 247 (96.88% from 255 or 81.25% from 304); Max value from RGB is 247 - color contains mainly: blue. Hex color #0B2EF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B2EF7 is #F4D108. Grayscale: #393939. Windows color (decimal): -16044297 or 16199179. OLE color: 16199179.
HSL color Cylindrical-coordinate representation of color #0B2EF7: hue angle of 231.1º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B2EF7 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 11 | 46 | 247 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.03 |
| HSL | 231.1º | 0.94% | 0.51% | - |
| HSV(B) | 231.1º | 0.96% | 0.97% | - |
| XYZ | 17.9 | 8.74 | 88.74 | - |
| YUV | 58.45 | 234.4 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 46 | 247 | 0.96 | 0.81 | 0 | 0.03 | 231.1 | 0.94 | 0.51 |
| Hex | B | 2E | F7 | 60 | 51 | 0 | 3 | E7 | 5E | 33 |
| Octal | 13 | 56 | 367 | 140 | 121 | 0 | 3 | 347 | 136 | 63 |
| Binary | 1011 | 101110 | 11110111 | 1100000 | 1010001 | 0 | 11 | 11100111 | 1011110 | 110011 |
Color Harmonies of #0B2EF7
Complementary color
Monochromatic Colors of #0B2EF7
Black with #0B2EF7
Text Example
Text Example
White with #0B2EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2EF7; }
p { color: rgb(11,46,247); }
H1.HeaderClassName
{
color: #0B2EF7;
}
.AnyTagClassName
{
color: #0B2EF7;
}
</style>
background-color css
<style>
a { background-color: #0B2EF7; }
a { background-color: rgb(11,46,247); }
div.DivClassName
{
background-color: #0B2EF7;
}
.BgClassName
{
background-color: #0B2EF7;
}
</style>
border-color css
<style>
span { border-color: #0B2EF7; }
span { border-color: rgb(11,46,247); }
td.TdClassName
{
border-color: #0B2EF7;
}
.TagClassName
{
border-color: #0B2EF7;
}
</style>