Shades of Blue #0B40FF
Tints of Blue #0B40FF
RGB
CMYK
RGB Variations
Color information
#0B40FF (or 0x0B40FF) is known color: Blue. HEX triplet: 0B, 40 and FF. RGB value is (11,64,255). Sum of RGB (Red+Green+Blue) = 11+64+255=330 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.33% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 255 (100% from 255 or 77.27% from 330); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B40FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B40FF is #F4BF00. Grayscale: #454545. Windows color (decimal): -16039681 or 16728075. OLE color: 16728075.
HSL color Cylindrical-coordinate representation of color #0B40FF: hue angle of 226.97º 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 #0B40FF is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 64 | 255 | - |
| CMYK | 0.96 | 0.75 | 0 | 0 |
| HSL | 226.97º | 1% | 0.52% | - |
| HSV(B) | 226.97º | 0.96% | 1% | - |
| XYZ | 20.02 | 10.96 | 95.67 | - |
| YUV | 69.93 | 232.44 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 64 | 255 | 0.96 | 0.75 | 0 | 0 | 226.97 | 1 | 0.52 |
| Hex | B | 40 | FF | 60 | 4B | 0 | 0 | E3 | 64 | 34 |
| Octal | 13 | 100 | 377 | 140 | 113 | 0 | 0 | 343 | 144 | 64 |
| Binary | 1011 | 1000000 | 11111111 | 1100000 | 1001011 | 0 | 0 | 11100011 | 1100100 | 110100 |
Color Harmonies of #0B40FF
Complementary color
Monochromatic Colors of #0B40FF
Black with #0B40FF
Text Example
Text Example
White with #0B40FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B40FF; }
p { color: rgb(11,64,255); }
H1.HeaderClassName
{
color: #0B40FF;
}
.AnyTagClassName
{
color: #0B40FF;
}
</style>
background-color css
<style>
a { background-color: #0B40FF; }
a { background-color: rgb(11,64,255); }
div.DivClassName
{
background-color: #0B40FF;
}
.BgClassName
{
background-color: #0B40FF;
}
</style>
border-color css
<style>
span { border-color: #0B40FF; }
span { border-color: rgb(11,64,255); }
td.TdClassName
{
border-color: #0B40FF;
}
.TagClassName
{
border-color: #0B40FF;
}
</style>