Shades of Blue #0B11FA
Tints of Blue #0B11FA
RGB
CMYK
RGB Variations
Color information
#0B11FA (or 0x0B11FA) is known color: Blue. HEX triplet: 0B, 11 and FA. RGB value is (11,17,250). Sum of RGB (Red+Green+Blue) = 11+17+250=278 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.96% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 250 (98.05% from 255 or 89.93% from 278); Max value from RGB is 250 - color contains mainly: blue. Hex color #0B11FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B11FA is #F4EE05. Grayscale: #282828. Windows color (decimal): -16051718 or 16388363. OLE color: 16388363.
HSL color Cylindrical-coordinate representation of color #0B11FA: hue angle of 238.49º 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 #0B11FA is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 17 | 250 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.02 |
| HSL | 238.49º | 0.96% | 0.51% | - |
| HSV(B) | 238.49º | 0.96% | 0.98% | - |
| XYZ | 17.59 | 7.37 | 90.94 | - |
| YUV | 41.77 | 245.51 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 17 | 250 | 0.96 | 0.93 | 0 | 0.02 | 238.49 | 0.96 | 0.51 |
| Hex | B | 11 | FA | 60 | 5D | 0 | 2 | EE | 60 | 33 |
| Octal | 13 | 21 | 372 | 140 | 135 | 0 | 2 | 356 | 140 | 63 |
| Binary | 1011 | 10001 | 11111010 | 1100000 | 1011101 | 0 | 10 | 11101110 | 1100000 | 110011 |
Color Harmonies of #0B11FA
Complementary color
Monochromatic Colors of #0B11FA
Black with #0B11FA
Text Example
Text Example
White with #0B11FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B11FA; }
p { color: rgb(11,17,250); }
H1.HeaderClassName
{
color: #0B11FA;
}
.AnyTagClassName
{
color: #0B11FA;
}
</style>
background-color css
<style>
a { background-color: #0B11FA; }
a { background-color: rgb(11,17,250); }
div.DivClassName
{
background-color: #0B11FA;
}
.BgClassName
{
background-color: #0B11FA;
}
</style>
border-color css
<style>
span { border-color: #0B11FA; }
span { border-color: rgb(11,17,250); }
td.TdClassName
{
border-color: #0B11FA;
}
.TagClassName
{
border-color: #0B11FA;
}
</style>