Shades of Blue #0B29FE
Tints of Blue #0B29FE
RGB
CMYK
RGB Variations
Color information
#0B29FE (or 0x0B29FE) is known color: Blue. HEX triplet: 0B, 29 and FE. RGB value is (11,41,254). Sum of RGB (Red+Green+Blue) = 11+41+254=306 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.59% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 254 (99.61% from 255 or 83.01% from 306); Max value from RGB is 254 - color contains mainly: blue. Hex color #0B29FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B29FE is #F4D601. Grayscale: #373737. Windows color (decimal): -16045570 or 16656651. OLE color: 16656651.
HSL color Cylindrical-coordinate representation of color #0B29FE: hue angle of 232.59º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B29FE is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 41 | 254 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.00 |
| HSL | 232.59º | 0.99% | 0.52% | - |
| HSV(B) | 232.59º | 0.96% | 1% | - |
| XYZ | 18.82 | 8.81 | 94.48 | - |
| YUV | 56.31 | 239.56 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 41 | 254 | 0.96 | 0.84 | 0 | 0.00 | 232.59 | 0.99 | 0.52 |
| Hex | B | 29 | FE | 60 | 54 | 0 | 0 | E9 | 63 | 34 |
| Octal | 13 | 51 | 376 | 140 | 124 | 0 | 0 | 351 | 143 | 64 |
| Binary | 1011 | 101001 | 11111110 | 1100000 | 1010100 | 0 | 0 | 11101001 | 1100011 | 110100 |
Color Harmonies of #0B29FE
Complementary color
Monochromatic Colors of #0B29FE
Black with #0B29FE
Text Example
Text Example
White with #0B29FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B29FE; }
p { color: rgb(11,41,254); }
H1.HeaderClassName
{
color: #0B29FE;
}
.AnyTagClassName
{
color: #0B29FE;
}
</style>
background-color css
<style>
a { background-color: #0B29FE; }
a { background-color: rgb(11,41,254); }
div.DivClassName
{
background-color: #0B29FE;
}
.BgClassName
{
background-color: #0B29FE;
}
</style>
border-color css
<style>
span { border-color: #0B29FE; }
span { border-color: rgb(11,41,254); }
td.TdClassName
{
border-color: #0B29FE;
}
.TagClassName
{
border-color: #0B29FE;
}
</style>