Shades of Blue #0721FD
Tints of Blue #0721FD
RGB
CMYK
RGB Variations
Color information
#0721FD (or 0x0721FD) is known color: Blue. HEX triplet: 07, 21 and FD. RGB value is (7,33,253). Sum of RGB (Red+Green+Blue) = 7+33+253=293 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.39% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 253 (99.22% from 255 or 86.35% from 293); Max value from RGB is 253 - color contains mainly: blue. Hex color #0721FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0721FD is #F8DE02. Grayscale: #313131. Windows color (decimal): -16309763 or 16589063. OLE color: 16589063.
HSL color Cylindrical-coordinate representation of color #0721FD: hue angle of 233.66º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0721FD is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 33 | 253 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.01 |
| HSL | 233.66º | 0.98% | 0.51% | - |
| HSV(B) | 233.66º | 0.97% | 0.99% | - |
| XYZ | 18.36 | 8.22 | 93.55 | - |
| YUV | 50.31 | 242.39 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 33 | 253 | 0.97 | 0.87 | 0 | 0.01 | 233.66 | 0.98 | 0.51 |
| Hex | 7 | 21 | FD | 61 | 57 | 0 | 1 | EA | 62 | 33 |
| Octal | 7 | 41 | 375 | 141 | 127 | 0 | 1 | 352 | 142 | 63 |
| Binary | 111 | 100001 | 11111101 | 1100001 | 1010111 | 0 | 1 | 11101010 | 1100010 | 110011 |
Color Harmonies of #0721FD
Complementary color
Monochromatic Colors of #0721FD
Black with #0721FD
Text Example
Text Example
White with #0721FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0721FD; }
p { color: rgb(7,33,253); }
H1.HeaderClassName
{
color: #0721FD;
}
.AnyTagClassName
{
color: #0721FD;
}
</style>
background-color css
<style>
a { background-color: #0721FD; }
a { background-color: rgb(7,33,253); }
div.DivClassName
{
background-color: #0721FD;
}
.BgClassName
{
background-color: #0721FD;
}
</style>
border-color css
<style>
span { border-color: #0721FD; }
span { border-color: rgb(7,33,253); }
td.TdClassName
{
border-color: #0721FD;
}
.TagClassName
{
border-color: #0721FD;
}
</style>