Shades of Blue #0B2FFA
Tints of Blue #0B2FFA
RGB
CMYK
RGB Variations
Color information
#0B2FFA (or 0x0B2FFA) is known color: Blue. HEX triplet: 0B, 2F and FA. RGB value is (11,47,250). Sum of RGB (Red+Green+Blue) = 11+47+250=308 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.57% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 250 (98.05% from 255 or 81.17% from 308); Max value from RGB is 250 - color contains mainly: blue. Hex color #0B2FFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B2FFA is #F4D005. Grayscale: #3A3A3A. Windows color (decimal): -16044038 or 16396043. OLE color: 16396043.
HSL color Cylindrical-coordinate representation of color #0B2FFA: hue angle of 230.96º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B2FFA is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 47 | 250 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.02 |
| HSL | 230.96º | 0.96% | 0.51% | - |
| HSV(B) | 230.96º | 0.96% | 0.98% | - |
| XYZ | 18.41 | 9.01 | 91.21 | - |
| YUV | 59.38 | 235.57 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 47 | 250 | 0.96 | 0.81 | 0 | 0.02 | 230.96 | 0.96 | 0.51 |
| Hex | B | 2F | FA | 60 | 51 | 0 | 2 | E7 | 60 | 33 |
| Octal | 13 | 57 | 372 | 140 | 121 | 0 | 2 | 347 | 140 | 63 |
| Binary | 1011 | 101111 | 11111010 | 1100000 | 1010001 | 0 | 10 | 11100111 | 1100000 | 110011 |
Color Harmonies of #0B2FFA
Complementary color
Monochromatic Colors of #0B2FFA
Black with #0B2FFA
Text Example
Text Example
White with #0B2FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2FFA; }
p { color: rgb(11,47,250); }
H1.HeaderClassName
{
color: #0B2FFA;
}
.AnyTagClassName
{
color: #0B2FFA;
}
</style>
background-color css
<style>
a { background-color: #0B2FFA; }
a { background-color: rgb(11,47,250); }
div.DivClassName
{
background-color: #0B2FFA;
}
.BgClassName
{
background-color: #0B2FFA;
}
</style>
border-color css
<style>
span { border-color: #0B2FFA; }
span { border-color: rgb(11,47,250); }
td.TdClassName
{
border-color: #0B2FFA;
}
.TagClassName
{
border-color: #0B2FFA;
}
</style>