Shades of Blue #0B30FF
Tints of Blue #0B30FF
RGB
CMYK
RGB Variations
Color information
#0B30FF (or 0x0B30FF) is known color: Blue. HEX triplet: 0B, 30 and FF. RGB value is (11,48,255). Sum of RGB (Red+Green+Blue) = 11+48+255=314 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.50% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 255 (100% from 255 or 81.21% from 314); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B30FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B30FF is #F4CF00. Grayscale: #3B3B3B. Windows color (decimal): -16043777 or 16723979. OLE color: 16723979.
HSL color Cylindrical-coordinate representation of color #0B30FF: hue angle of 230.9º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B30FF is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 48 | 255 | - |
| CMYK | 0.96 | 0.81 | 0 | 0 |
| HSL | 230.9º | 1% | 0.52% | - |
| HSV(B) | 230.9º | 0.96% | 1% | - |
| XYZ | 19.24 | 9.41 | 95.41 | - |
| YUV | 60.54 | 237.74 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 48 | 255 | 0.96 | 0.81 | 0 | 0 | 230.9 | 1 | 0.52 |
| Hex | B | 30 | FF | 60 | 51 | 0 | 0 | E7 | 64 | 34 |
| Octal | 13 | 60 | 377 | 140 | 121 | 0 | 0 | 347 | 144 | 64 |
| Binary | 1011 | 110000 | 11111111 | 1100000 | 1010001 | 0 | 0 | 11100111 | 1100100 | 110100 |
Color Harmonies of #0B30FF
Complementary color
Monochromatic Colors of #0B30FF
Black with #0B30FF
Text Example
Text Example
White with #0B30FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B30FF; }
p { color: rgb(11,48,255); }
H1.HeaderClassName
{
color: #0B30FF;
}
.AnyTagClassName
{
color: #0B30FF;
}
</style>
background-color css
<style>
a { background-color: #0B30FF; }
a { background-color: rgb(11,48,255); }
div.DivClassName
{
background-color: #0B30FF;
}
.BgClassName
{
background-color: #0B30FF;
}
</style>
border-color css
<style>
span { border-color: #0B30FF; }
span { border-color: rgb(11,48,255); }
td.TdClassName
{
border-color: #0B30FF;
}
.TagClassName
{
border-color: #0B30FF;
}
</style>