Shades of Blue #0B1EFA
Tints of Blue #0B1EFA
RGB
CMYK
RGB Variations
Color information
#0B1EFA (or 0x0B1EFA) is known color: Blue. HEX triplet: 0B, 1E and FA. RGB value is (11,30,250). Sum of RGB (Red+Green+Blue) = 11+30+250=291 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.78% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 250 (98.05% from 255 or 85.91% from 291); Max value from RGB is 250 - color contains mainly: blue. Hex color #0B1EFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B1EFA is #F4E105. Grayscale: #303030. Windows color (decimal): -16048390 or 16391691. OLE color: 16391691.
HSL color Cylindrical-coordinate representation of color #0B1EFA: hue angle of 235.23º 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 #0B1EFA is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 30 | 250 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.02 |
| HSL | 235.23º | 0.96% | 0.51% | - |
| HSV(B) | 235.23º | 0.96% | 0.98% | - |
| XYZ | 17.86 | 7.9 | 91.03 | - |
| YUV | 49.4 | 241.21 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 30 | 250 | 0.96 | 0.88 | 0 | 0.02 | 235.23 | 0.96 | 0.51 |
| Hex | B | 1E | FA | 60 | 58 | 0 | 2 | EB | 60 | 33 |
| Octal | 13 | 36 | 372 | 140 | 130 | 0 | 2 | 353 | 140 | 63 |
| Binary | 1011 | 11110 | 11111010 | 1100000 | 1011000 | 0 | 10 | 11101011 | 1100000 | 110011 |
Color Harmonies of #0B1EFA
Complementary color
Monochromatic Colors of #0B1EFA
Black with #0B1EFA
Text Example
Text Example
White with #0B1EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1EFA; }
p { color: rgb(11,30,250); }
H1.HeaderClassName
{
color: #0B1EFA;
}
.AnyTagClassName
{
color: #0B1EFA;
}
</style>
background-color css
<style>
a { background-color: #0B1EFA; }
a { background-color: rgb(11,30,250); }
div.DivClassName
{
background-color: #0B1EFA;
}
.BgClassName
{
background-color: #0B1EFA;
}
</style>
border-color css
<style>
span { border-color: #0B1EFA; }
span { border-color: rgb(11,30,250); }
td.TdClassName
{
border-color: #0B1EFA;
}
.TagClassName
{
border-color: #0B1EFA;
}
</style>