Shades of Blue #0B2DFF
Tints of Blue #0B2DFF
RGB
CMYK
RGB Variations
Color information
#0B2DFF (or 0x0B2DFF) is known color: Blue. HEX triplet: 0B, 2D and FF. RGB value is (11,45,255). Sum of RGB (Red+Green+Blue) = 11+45+255=311 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.54% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 255 (100% from 255 or 81.99% from 311); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B2DFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B2DFF is #F4D200. Grayscale: #393939. Windows color (decimal): -16044545 or 16723211. OLE color: 16723211.
HSL color Cylindrical-coordinate representation of color #0B2DFF: hue angle of 231.64º 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 #0B2DFF is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 45 | 255 | - |
| CMYK | 0.96 | 0.82 | 0 | 0 |
| HSL | 231.64º | 1% | 0.52% | - |
| HSV(B) | 231.64º | 0.96% | 1% | - |
| XYZ | 19.13 | 9.17 | 95.37 | - |
| YUV | 58.77 | 238.74 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 45 | 255 | 0.96 | 0.82 | 0 | 0 | 231.64 | 1 | 0.52 |
| Hex | B | 2D | FF | 60 | 52 | 0 | 0 | E8 | 64 | 34 |
| Octal | 13 | 55 | 377 | 140 | 122 | 0 | 0 | 350 | 144 | 64 |
| Binary | 1011 | 101101 | 11111111 | 1100000 | 1010010 | 0 | 0 | 11101000 | 1100100 | 110100 |
Color Harmonies of #0B2DFF
Complementary color
Monochromatic Colors of #0B2DFF
Black with #0B2DFF
Text Example
Text Example
White with #0B2DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2DFF; }
p { color: rgb(11,45,255); }
H1.HeaderClassName
{
color: #0B2DFF;
}
.AnyTagClassName
{
color: #0B2DFF;
}
</style>
background-color css
<style>
a { background-color: #0B2DFF; }
a { background-color: rgb(11,45,255); }
div.DivClassName
{
background-color: #0B2DFF;
}
.BgClassName
{
background-color: #0B2DFF;
}
</style>
border-color css
<style>
span { border-color: #0B2DFF; }
span { border-color: rgb(11,45,255); }
td.TdClassName
{
border-color: #0B2DFF;
}
.TagClassName
{
border-color: #0B2DFF;
}
</style>