Shades of Blue #0721FB
Tints of Blue #0721FB
RGB
CMYK
RGB Variations
Color information
#0721FB (or 0x0721FB) is known color: Blue. HEX triplet: 07, 21 and FB. RGB value is (7,33,251). Sum of RGB (Red+Green+Blue) = 7+33+251=291 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 251 (98.44% from 255 or 86.25% from 291); Max value from RGB is 251 - color contains mainly: blue. Hex color #0721FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0721FB is #F8DE04. Grayscale: #313131. Windows color (decimal): -16309765 or 16457991. OLE color: 16457991.
HSL color Cylindrical-coordinate representation of color #0721FB: hue angle of 233.61º 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 #0721FB is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 33 | 251 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.02 |
| HSL | 233.61º | 0.97% | 0.51% | - |
| HSV(B) | 233.61º | 0.97% | 0.98% | - |
| XYZ | 18.04 | 8.1 | 91.88 | - |
| YUV | 50.08 | 241.39 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 33 | 251 | 0.97 | 0.87 | 0 | 0.02 | 233.61 | 0.97 | 0.51 |
| Hex | 7 | 21 | FB | 61 | 57 | 0 | 2 | EA | 61 | 33 |
| Octal | 7 | 41 | 373 | 141 | 127 | 0 | 2 | 352 | 141 | 63 |
| Binary | 111 | 100001 | 11111011 | 1100001 | 1010111 | 0 | 10 | 11101010 | 1100001 | 110011 |
Color Harmonies of #0721FB
Complementary color
Monochromatic Colors of #0721FB
Black with #0721FB
Text Example
Text Example
White with #0721FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0721FB; }
p { color: rgb(7,33,251); }
H1.HeaderClassName
{
color: #0721FB;
}
.AnyTagClassName
{
color: #0721FB;
}
</style>
background-color css
<style>
a { background-color: #0721FB; }
a { background-color: rgb(7,33,251); }
div.DivClassName
{
background-color: #0721FB;
}
.BgClassName
{
background-color: #0721FB;
}
</style>
border-color css
<style>
span { border-color: #0721FB; }
span { border-color: rgb(7,33,251); }
td.TdClassName
{
border-color: #0721FB;
}
.TagClassName
{
border-color: #0721FB;
}
</style>