Shades of Blue #073CFE
Tints of Blue #073CFE
RGB
CMYK
RGB Variations
Color information
#073CFE (or 0x073CFE) is known color: Blue. HEX triplet: 07, 3C and FE. RGB value is (7,60,254). Sum of RGB (Red+Green+Blue) = 7+60+254=321 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.18% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 254 (99.61% from 255 or 79.13% from 321); Max value from RGB is 254 - color contains mainly: blue. Hex color #073CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073CFE is #F8C301. Grayscale: #414141. Windows color (decimal): -16302850 or 16661511. OLE color: 16661511.
HSL color Cylindrical-coordinate representation of color #073CFE: hue angle of 227.13º 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 #073CFE is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 60 | 254 | - |
| CMYK | 0.97 | 0.76 | 0 | 0.00 |
| HSL | 227.13º | 0.99% | 0.51% | - |
| HSV(B) | 227.13º | 0.97% | 1% | - |
| XYZ | 19.59 | 10.43 | 94.75 | - |
| YUV | 66.27 | 233.94 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 254 | 0.97 | 0.76 | 0 | 0.00 | 227.13 | 0.99 | 0.51 |
| Hex | 7 | 3C | FE | 61 | 4C | 0 | 0 | E3 | 63 | 33 |
| Octal | 7 | 74 | 376 | 141 | 114 | 0 | 0 | 343 | 143 | 63 |
| Binary | 111 | 111100 | 11111110 | 1100001 | 1001100 | 0 | 0 | 11100011 | 1100011 | 110011 |
Color Harmonies of #073CFE
Complementary color
Monochromatic Colors of #073CFE
Black with #073CFE
Text Example
Text Example
White with #073CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073CFE; }
p { color: rgb(7,60,254); }
H1.HeaderClassName
{
color: #073CFE;
}
.AnyTagClassName
{
color: #073CFE;
}
</style>
background-color css
<style>
a { background-color: #073CFE; }
a { background-color: rgb(7,60,254); }
div.DivClassName
{
background-color: #073CFE;
}
.BgClassName
{
background-color: #073CFE;
}
</style>
border-color css
<style>
span { border-color: #073CFE; }
span { border-color: rgb(7,60,254); }
td.TdClassName
{
border-color: #073CFE;
}
.TagClassName
{
border-color: #073CFE;
}
</style>