Shades of Blue #0B39FB
Tints of Blue #0B39FB
RGB
CMYK
RGB Variations
Color information
#0B39FB (or 0x0B39FB) is known color: Blue. HEX triplet: 0B, 39 and FB. RGB value is (11,57,251). Sum of RGB (Red+Green+Blue) = 11+57+251=319 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.45% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 251 (98.44% from 255 or 78.68% from 319); Max value from RGB is 251 - color contains mainly: blue. Hex color #0B39FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B39FB is #F4C604. Grayscale: #404040. Windows color (decimal): -16041477 or 16464139. OLE color: 16464139.
HSL color Cylindrical-coordinate representation of color #0B39FB: hue angle of 228.5º degrees, saturation: 0.97, 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 #0B39FB is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 57 | 251 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.02 |
| HSL | 228.5º | 0.97% | 0.51% | - |
| HSV(B) | 228.5º | 0.96% | 0.98% | - |
| XYZ | 19.01 | 9.96 | 92.19 | - |
| YUV | 65.36 | 232.76 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 57 | 251 | 0.96 | 0.77 | 0 | 0.02 | 228.5 | 0.97 | 0.51 |
| Hex | B | 39 | FB | 60 | 4D | 0 | 2 | E4 | 61 | 33 |
| Octal | 13 | 71 | 373 | 140 | 115 | 0 | 2 | 344 | 141 | 63 |
| Binary | 1011 | 111001 | 11111011 | 1100000 | 1001101 | 0 | 10 | 11100100 | 1100001 | 110011 |
Color Harmonies of #0B39FB
Complementary color
Monochromatic Colors of #0B39FB
Black with #0B39FB
Text Example
Text Example
White with #0B39FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B39FB; }
p { color: rgb(11,57,251); }
H1.HeaderClassName
{
color: #0B39FB;
}
.AnyTagClassName
{
color: #0B39FB;
}
</style>
background-color css
<style>
a { background-color: #0B39FB; }
a { background-color: rgb(11,57,251); }
div.DivClassName
{
background-color: #0B39FB;
}
.BgClassName
{
background-color: #0B39FB;
}
</style>
border-color css
<style>
span { border-color: #0B39FB; }
span { border-color: rgb(11,57,251); }
td.TdClassName
{
border-color: #0B39FB;
}
.TagClassName
{
border-color: #0B39FB;
}
</style>