Shades of Blue #073FFE
Tints of Blue #073FFE
RGB
CMYK
RGB Variations
Color information
#073FFE (or 0x073FFE) is known color: Blue. HEX triplet: 07, 3F and FE. RGB value is (7,63,254). Sum of RGB (Red+Green+Blue) = 7+63+254=324 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.16% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 254 (99.61% from 255 or 78.40% from 324); Max value from RGB is 254 - color contains mainly: blue. Hex color #073FFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073FFE is #F8C001. Grayscale: #434343. Windows color (decimal): -16302082 or 16662279. OLE color: 16662279.
HSL color Cylindrical-coordinate representation of color #073FFE: hue angle of 226.4º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #073FFE is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 63 | 254 | - |
| CMYK | 0.97 | 0.75 | 0 | 0.00 |
| HSL | 226.4º | 0.99% | 0.51% | - |
| HSV(B) | 226.4º | 0.97% | 1% | - |
| XYZ | 19.75 | 10.76 | 94.8 | - |
| YUV | 68.03 | 232.95 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 254 | 0.97 | 0.75 | 0 | 0.00 | 226.4 | 0.99 | 0.51 |
| Hex | 7 | 3F | FE | 61 | 4B | 0 | 0 | E2 | 63 | 33 |
| Octal | 7 | 77 | 376 | 141 | 113 | 0 | 0 | 342 | 143 | 63 |
| Binary | 111 | 111111 | 11111110 | 1100001 | 1001011 | 0 | 0 | 11100010 | 1100011 | 110011 |
Color Harmonies of #073FFE
Complementary color
Monochromatic Colors of #073FFE
Black with #073FFE
Text Example
Text Example
White with #073FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073FFE; }
p { color: rgb(7,63,254); }
H1.HeaderClassName
{
color: #073FFE;
}
.AnyTagClassName
{
color: #073FFE;
}
</style>
background-color css
<style>
a { background-color: #073FFE; }
a { background-color: rgb(7,63,254); }
div.DivClassName
{
background-color: #073FFE;
}
.BgClassName
{
background-color: #073FFE;
}
</style>
border-color css
<style>
span { border-color: #073FFE; }
span { border-color: rgb(7,63,254); }
td.TdClassName
{
border-color: #073FFE;
}
.TagClassName
{
border-color: #073FFE;
}
</style>