Shades of Blue #070BFB
Tints of Blue #070BFB
RGB
CMYK
RGB Variations
Color information
#070BFB (or 0x070BFB) is known color: Blue. HEX triplet: 07, 0B and FB. RGB value is (7,11,251). Sum of RGB (Red+Green+Blue) = 7+11+251=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 251 (98.44% from 255 or 93.31% from 269); Max value from RGB is 251 - color contains mainly: blue. Hex color #070BFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #070BFB is #F8F404. Grayscale: #242424. Windows color (decimal): -16315397 or 16452359. OLE color: 16452359.
HSL color Cylindrical-coordinate representation of color #070BFB: hue angle of 239.02º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070BFB is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 11 | 251 | - |
| CMYK | 0.97 | 0.96 | 0 | 0.02 |
| HSL | 239.02º | 0.97% | 0.51% | - |
| HSV(B) | 239.02º | 0.97% | 0.98% | - |
| XYZ | 17.62 | 7.25 | 91.74 | - |
| YUV | 37.16 | 248.67 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 251 | 0.97 | 0.96 | 0 | 0.02 | 239.02 | 0.97 | 0.51 |
| Hex | 7 | B | FB | 61 | 60 | 0 | 2 | EF | 61 | 33 |
| Octal | 7 | 13 | 373 | 141 | 140 | 0 | 2 | 357 | 141 | 63 |
| Binary | 111 | 1011 | 11111011 | 1100001 | 1100000 | 0 | 10 | 11101111 | 1100001 | 110011 |
Color Harmonies of #070BFB
Complementary color
Monochromatic Colors of #070BFB
Black with #070BFB
Text Example
Text Example
White with #070BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070BFB; }
p { color: rgb(7,11,251); }
H1.HeaderClassName
{
color: #070BFB;
}
.AnyTagClassName
{
color: #070BFB;
}
</style>
background-color css
<style>
a { background-color: #070BFB; }
a { background-color: rgb(7,11,251); }
div.DivClassName
{
background-color: #070BFB;
}
.BgClassName
{
background-color: #070BFB;
}
</style>
border-color css
<style>
span { border-color: #070BFB; }
span { border-color: rgb(7,11,251); }
td.TdClassName
{
border-color: #070BFB;
}
.TagClassName
{
border-color: #070BFB;
}
</style>