Shades of Blue #0B28FA
Tints of Blue #0B28FA
RGB
CMYK
RGB Variations
Color information
#0B28FA (or 0x0B28FA) is known color: Blue. HEX triplet: 0B, 28 and FA. RGB value is (11,40,250). Sum of RGB (Red+Green+Blue) = 11+40+250=301 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.65% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 250 (98.05% from 255 or 83.06% from 301); Max value from RGB is 250 - color contains mainly: blue. Hex color #0B28FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B28FA is #F4D705. Grayscale: #363636. Windows color (decimal): -16045830 or 16394251. OLE color: 16394251.
HSL color Cylindrical-coordinate representation of color #0B28FA: hue angle of 232.72º 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 #0B28FA is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 40 | 250 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.02 |
| HSL | 232.72º | 0.96% | 0.51% | - |
| HSV(B) | 232.72º | 0.96% | 0.98% | - |
| XYZ | 18.15 | 8.49 | 91.12 | - |
| YUV | 55.27 | 237.89 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 40 | 250 | 0.96 | 0.84 | 0 | 0.02 | 232.72 | 0.96 | 0.51 |
| Hex | B | 28 | FA | 60 | 54 | 0 | 2 | E9 | 60 | 33 |
| Octal | 13 | 50 | 372 | 140 | 124 | 0 | 2 | 351 | 140 | 63 |
| Binary | 1011 | 101000 | 11111010 | 1100000 | 1010100 | 0 | 10 | 11101001 | 1100000 | 110011 |
Color Harmonies of #0B28FA
Complementary color
Monochromatic Colors of #0B28FA
Black with #0B28FA
Text Example
Text Example
White with #0B28FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B28FA; }
p { color: rgb(11,40,250); }
H1.HeaderClassName
{
color: #0B28FA;
}
.AnyTagClassName
{
color: #0B28FA;
}
</style>
background-color css
<style>
a { background-color: #0B28FA; }
a { background-color: rgb(11,40,250); }
div.DivClassName
{
background-color: #0B28FA;
}
.BgClassName
{
background-color: #0B28FA;
}
</style>
border-color css
<style>
span { border-color: #0B28FA; }
span { border-color: rgb(11,40,250); }
td.TdClassName
{
border-color: #0B28FA;
}
.TagClassName
{
border-color: #0B28FA;
}
</style>