Shades of Blue #0B04FB
Tints of Blue #0B04FB
RGB
CMYK
RGB Variations
Color information
#0B04FB (or 0x0B04FB) is known color: Blue. HEX triplet: 0B, 04 and FB. RGB value is (11,4,251). Sum of RGB (Red+Green+Blue) = 11+4+251=266 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.14% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 251 (98.44% from 255 or 94.36% from 266); Max value from RGB is 251 - color contains mainly: blue. Hex color #0B04FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B04FB is #F4FB04. Grayscale: #212121. Windows color (decimal): -16055045 or 16450571. OLE color: 16450571.
HSL color Cylindrical-coordinate representation of color #0B04FB: hue angle of 241.7º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B04FB is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 4 | 251 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.02 |
| HSL | 241.7º | 0.97% | 0.5% | - |
| HSV(B) | 241.7º | 0.98% | 0.98% | - |
| XYZ | 17.59 | 7.12 | 91.71 | - |
| YUV | 34.25 | 250.32 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 4 | 251 | 0.96 | 0.98 | 0 | 0.02 | 241.7 | 0.97 | 0.5 |
| Hex | B | 4 | FB | 60 | 62 | 0 | 2 | F2 | 61 | 32 |
| Octal | 13 | 4 | 373 | 140 | 142 | 0 | 2 | 362 | 141 | 62 |
| Binary | 1011 | 100 | 11111011 | 1100000 | 1100010 | 0 | 10 | 11110010 | 1100001 | 110010 |
Color Harmonies of #0B04FB
Complementary color
Monochromatic Colors of #0B04FB
Black with #0B04FB
Text Example
Text Example
White with #0B04FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B04FB; }
p { color: rgb(11,4,251); }
H1.HeaderClassName
{
color: #0B04FB;
}
.AnyTagClassName
{
color: #0B04FB;
}
</style>
background-color css
<style>
a { background-color: #0B04FB; }
a { background-color: rgb(11,4,251); }
div.DivClassName
{
background-color: #0B04FB;
}
.BgClassName
{
background-color: #0B04FB;
}
</style>
border-color css
<style>
span { border-color: #0B04FB; }
span { border-color: rgb(11,4,251); }
td.TdClassName
{
border-color: #0B04FB;
}
.TagClassName
{
border-color: #0B04FB;
}
</style>