Shades of Blue #073EFE
Tints of Blue #073EFE
RGB
CMYK
RGB Variations
Color information
#073EFE (or 0x073EFE) is known color: Blue. HEX triplet: 07, 3E and FE. RGB value is (7,62,254). Sum of RGB (Red+Green+Blue) = 7+62+254=323 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 254 (99.61% from 255 or 78.64% from 323); Max value from RGB is 254 - color contains mainly: blue. Hex color #073EFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073EFE is #F8C101. Grayscale: #424242. Windows color (decimal): -16302338 or 16662023. OLE color: 16662023.
HSL color Cylindrical-coordinate representation of color #073EFE: hue angle of 226.64º 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 #073EFE is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 62 | 254 | - |
| CMYK | 0.97 | 0.76 | 0 | 0.00 |
| HSL | 226.64º | 0.99% | 0.51% | - |
| HSV(B) | 226.64º | 0.97% | 1% | - |
| XYZ | 19.7 | 10.65 | 94.78 | - |
| YUV | 67.44 | 233.28 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 62 | 254 | 0.97 | 0.76 | 0 | 0.00 | 226.64 | 0.99 | 0.51 |
| Hex | 7 | 3E | FE | 61 | 4C | 0 | 0 | E3 | 63 | 33 |
| Octal | 7 | 76 | 376 | 141 | 114 | 0 | 0 | 343 | 143 | 63 |
| Binary | 111 | 111110 | 11111110 | 1100001 | 1001100 | 0 | 0 | 11100011 | 1100011 | 110011 |
Color Harmonies of #073EFE
Complementary color
Monochromatic Colors of #073EFE
Black with #073EFE
Text Example
Text Example
White with #073EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073EFE; }
p { color: rgb(7,62,254); }
H1.HeaderClassName
{
color: #073EFE;
}
.AnyTagClassName
{
color: #073EFE;
}
</style>
background-color css
<style>
a { background-color: #073EFE; }
a { background-color: rgb(7,62,254); }
div.DivClassName
{
background-color: #073EFE;
}
.BgClassName
{
background-color: #073EFE;
}
</style>
border-color css
<style>
span { border-color: #073EFE; }
span { border-color: rgb(7,62,254); }
td.TdClassName
{
border-color: #073EFE;
}
.TagClassName
{
border-color: #073EFE;
}
</style>