Shades of Blue #0B2AF7
Tints of Blue #0B2AF7
RGB
CMYK
RGB Variations
Color information
#0B2AF7 (or 0x0B2AF7) is known color: Blue. HEX triplet: 0B, 2A and F7. RGB value is (11,42,247). Sum of RGB (Red+Green+Blue) = 11+42+247=300 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.67% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 247 (96.88% from 255 or 82.33% from 300); Max value from RGB is 247 - color contains mainly: blue. Hex color #0B2AF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B2AF7 is #F4D508. Grayscale: #373737. Windows color (decimal): -16045321 or 16198155. OLE color: 16198155.
HSL color Cylindrical-coordinate representation of color #0B2AF7: hue angle of 232.12º 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 #0B2AF7 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 11 | 42 | 247 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.03 |
| HSL | 232.12º | 0.94% | 0.51% | - |
| HSV(B) | 232.12º | 0.96% | 0.97% | - |
| XYZ | 17.75 | 8.44 | 88.69 | - |
| YUV | 56.1 | 235.73 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 42 | 247 | 0.96 | 0.83 | 0 | 0.03 | 232.12 | 0.94 | 0.51 |
| Hex | B | 2A | F7 | 60 | 53 | 0 | 3 | E8 | 5E | 33 |
| Octal | 13 | 52 | 367 | 140 | 123 | 0 | 3 | 350 | 136 | 63 |
| Binary | 1011 | 101010 | 11110111 | 1100000 | 1010011 | 0 | 11 | 11101000 | 1011110 | 110011 |
Color Harmonies of #0B2AF7
Complementary color
Monochromatic Colors of #0B2AF7
Black with #0B2AF7
Text Example
Text Example
White with #0B2AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2AF7; }
p { color: rgb(11,42,247); }
H1.HeaderClassName
{
color: #0B2AF7;
}
.AnyTagClassName
{
color: #0B2AF7;
}
</style>
background-color css
<style>
a { background-color: #0B2AF7; }
a { background-color: rgb(11,42,247); }
div.DivClassName
{
background-color: #0B2AF7;
}
.BgClassName
{
background-color: #0B2AF7;
}
</style>
border-color css
<style>
span { border-color: #0B2AF7; }
span { border-color: rgb(11,42,247); }
td.TdClassName
{
border-color: #0B2AF7;
}
.TagClassName
{
border-color: #0B2AF7;
}
</style>