Shades of Blue #0B2FEF
Tints of Blue #0B2FEF
RGB
CMYK
RGB Variations
Color information
#0B2FEF (or 0x0B2FEF) is known color: Blue. HEX triplet: 0B, 2F and EF. RGB value is (11,47,239). Sum of RGB (Red+Green+Blue) = 11+47+239=297 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.70% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 239 (93.75% from 255 or 80.47% from 297); Max value from RGB is 239 - color contains mainly: blue. Hex color #0B2FEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B2FEF is #F4D010. Grayscale: #393939. Windows color (decimal): -16044049 or 15675147. OLE color: 15675147.
HSL color Cylindrical-coordinate representation of color #0B2FEF: hue angle of 230.53º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B2FEF is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 47 | 239 | - |
| CMYK | 0.95 | 0.80 | 0 | 0.06 |
| HSL | 230.53º | 0.91% | 0.49% | - |
| HSV(B) | 230.53º | 0.95% | 0.94% | - |
| XYZ | 16.73 | 8.34 | 82.39 | - |
| YUV | 58.12 | 230.07 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 47 | 239 | 0.95 | 0.80 | 0 | 0.06 | 230.53 | 0.91 | 0.49 |
| Hex | B | 2F | EF | 5F | 50 | 0 | 6 | E7 | 5B | 31 |
| Octal | 13 | 57 | 357 | 137 | 120 | 0 | 6 | 347 | 133 | 61 |
| Binary | 1011 | 101111 | 11101111 | 1011111 | 1010000 | 0 | 110 | 11100111 | 1011011 | 110001 |
Color Harmonies of #0B2FEF
Complementary color
Monochromatic Colors of #0B2FEF
Black with #0B2FEF
Text Example
Text Example
White with #0B2FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2FEF; }
p { color: rgb(11,47,239); }
H1.HeaderClassName
{
color: #0B2FEF;
}
.AnyTagClassName
{
color: #0B2FEF;
}
</style>
background-color css
<style>
a { background-color: #0B2FEF; }
a { background-color: rgb(11,47,239); }
div.DivClassName
{
background-color: #0B2FEF;
}
.BgClassName
{
background-color: #0B2FEF;
}
</style>
border-color css
<style>
span { border-color: #0B2FEF; }
span { border-color: rgb(11,47,239); }
td.TdClassName
{
border-color: #0B2FEF;
}
.TagClassName
{
border-color: #0B2FEF;
}
</style>