Shades of Blue #073BFD
Tints of Blue #073BFD
RGB
CMYK
RGB Variations
Color information
#073BFD (or 0x073BFD) is known color: Blue. HEX triplet: 07, 3B and FD. RGB value is (7,59,253). Sum of RGB (Red+Green+Blue) = 7+59+253=319 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 253 (99.22% from 255 or 79.31% from 319); Max value from RGB is 253 - color contains mainly: blue. Hex color #073BFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073BFD is #F8C402. Grayscale: #404040. Windows color (decimal): -16303107 or 16595719. OLE color: 16595719.
HSL color Cylindrical-coordinate representation of color #073BFD: hue angle of 227.32º 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 #073BFD is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 59 | 253 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.01 |
| HSL | 227.32º | 0.98% | 0.51% | - |
| HSV(B) | 227.32º | 0.97% | 0.99% | - |
| XYZ | 19.38 | 10.26 | 93.89 | - |
| YUV | 65.57 | 233.77 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 59 | 253 | 0.97 | 0.77 | 0 | 0.01 | 227.32 | 0.98 | 0.51 |
| Hex | 7 | 3B | FD | 61 | 4D | 0 | 1 | E3 | 62 | 33 |
| Octal | 7 | 73 | 375 | 141 | 115 | 0 | 1 | 343 | 142 | 63 |
| Binary | 111 | 111011 | 11111101 | 1100001 | 1001101 | 0 | 1 | 11100011 | 1100010 | 110011 |
Color Harmonies of #073BFD
Complementary color
Monochromatic Colors of #073BFD
Black with #073BFD
Text Example
Text Example
White with #073BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073BFD; }
p { color: rgb(7,59,253); }
H1.HeaderClassName
{
color: #073BFD;
}
.AnyTagClassName
{
color: #073BFD;
}
</style>
background-color css
<style>
a { background-color: #073BFD; }
a { background-color: rgb(7,59,253); }
div.DivClassName
{
background-color: #073BFD;
}
.BgClassName
{
background-color: #073BFD;
}
</style>
border-color css
<style>
span { border-color: #073BFD; }
span { border-color: rgb(7,59,253); }
td.TdClassName
{
border-color: #073BFD;
}
.TagClassName
{
border-color: #073BFD;
}
</style>