Shades of Blue #0B2AF6
Tints of Blue #0B2AF6
RGB
CMYK
RGB Variations
Color information
#0B2AF6 (or 0x0B2AF6) is known color: Blue. HEX triplet: 0B, 2A and F6. RGB value is (11,42,246). Sum of RGB (Red+Green+Blue) = 11+42+246=299 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.68% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 246 (96.48% from 255 or 82.27% from 299); Max value from RGB is 246 - color contains mainly: blue. Hex color #0B2AF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B2AF6 is #F4D509. Grayscale: #373737. Windows color (decimal): -16045322 or 16132619. OLE color: 16132619.
HSL color Cylindrical-coordinate representation of color #0B2AF6: hue angle of 232.09º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B2AF6 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 11 | 42 | 246 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.04 |
| HSL | 232.09º | 0.93% | 0.5% | - |
| HSV(B) | 232.09º | 0.96% | 0.96% | - |
| XYZ | 17.6 | 8.38 | 87.88 | - |
| YUV | 55.99 | 235.23 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 42 | 246 | 0.96 | 0.83 | 0 | 0.04 | 232.09 | 0.93 | 0.5 |
| Hex | B | 2A | F6 | 60 | 53 | 0 | 4 | E8 | 5D | 32 |
| Octal | 13 | 52 | 366 | 140 | 123 | 0 | 4 | 350 | 135 | 62 |
| Binary | 1011 | 101010 | 11110110 | 1100000 | 1010011 | 0 | 100 | 11101000 | 1011101 | 110010 |
Color Harmonies of #0B2AF6
Complementary color
Monochromatic Colors of #0B2AF6
Black with #0B2AF6
Text Example
Text Example
White with #0B2AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2AF6; }
p { color: rgb(11,42,246); }
H1.HeaderClassName
{
color: #0B2AF6;
}
.AnyTagClassName
{
color: #0B2AF6;
}
</style>
background-color css
<style>
a { background-color: #0B2AF6; }
a { background-color: rgb(11,42,246); }
div.DivClassName
{
background-color: #0B2AF6;
}
.BgClassName
{
background-color: #0B2AF6;
}
</style>
border-color css
<style>
span { border-color: #0B2AF6; }
span { border-color: rgb(11,42,246); }
td.TdClassName
{
border-color: #0B2AF6;
}
.TagClassName
{
border-color: #0B2AF6;
}
</style>