Shades of Blue #073FFD
Tints of Blue #073FFD
RGB
CMYK
RGB Variations
Color information
#073FFD (or 0x073FFD) is known color: Blue. HEX triplet: 07, 3F and FD. RGB value is (7,63,253). Sum of RGB (Red+Green+Blue) = 7+63+253=323 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 253 (99.22% from 255 or 78.33% from 323); Max value from RGB is 253 - color contains mainly: blue. Hex color #073FFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073FFD is #F8C002. Grayscale: #434343. Windows color (decimal): -16302083 or 16596743. OLE color: 16596743.
HSL color Cylindrical-coordinate representation of color #073FFD: hue angle of 226.34º 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 #073FFD is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 63 | 253 | - |
| CMYK | 0.97 | 0.75 | 0 | 0.01 |
| HSL | 226.34º | 0.98% | 0.51% | - |
| HSV(B) | 226.34º | 0.97% | 0.99% | - |
| XYZ | 19.59 | 10.69 | 93.96 | - |
| YUV | 67.92 | 232.45 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 253 | 0.97 | 0.75 | 0 | 0.01 | 226.34 | 0.98 | 0.51 |
| Hex | 7 | 3F | FD | 61 | 4B | 0 | 1 | E2 | 62 | 33 |
| Octal | 7 | 77 | 375 | 141 | 113 | 0 | 1 | 342 | 142 | 63 |
| Binary | 111 | 111111 | 11111101 | 1100001 | 1001011 | 0 | 1 | 11100010 | 1100010 | 110011 |
Color Harmonies of #073FFD
Complementary color
Monochromatic Colors of #073FFD
Black with #073FFD
Text Example
Text Example
White with #073FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073FFD; }
p { color: rgb(7,63,253); }
H1.HeaderClassName
{
color: #073FFD;
}
.AnyTagClassName
{
color: #073FFD;
}
</style>
background-color css
<style>
a { background-color: #073FFD; }
a { background-color: rgb(7,63,253); }
div.DivClassName
{
background-color: #073FFD;
}
.BgClassName
{
background-color: #073FFD;
}
</style>
border-color css
<style>
span { border-color: #073FFD; }
span { border-color: rgb(7,63,253); }
td.TdClassName
{
border-color: #073FFD;
}
.TagClassName
{
border-color: #073FFD;
}
</style>