Shades of Blue #073BFC
Tints of Blue #073BFC
RGB
CMYK
RGB Variations
Color information
#073BFC (or 0x073BFC) is known color: Blue. HEX triplet: 07, 3B and FC. RGB value is (7,59,252). Sum of RGB (Red+Green+Blue) = 7+59+252=318 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.20% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 252 (98.83% from 255 or 79.25% from 318); Max value from RGB is 252 - color contains mainly: blue. Hex color #073BFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073BFC is #F8C403. Grayscale: #404040. Windows color (decimal): -16303108 or 16530183. OLE color: 16530183.
HSL color Cylindrical-coordinate representation of color #073BFC: hue angle of 227.27º 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 #073BFC is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 59 | 252 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.01 |
| HSL | 227.27º | 0.98% | 0.51% | - |
| HSV(B) | 227.27º | 0.97% | 0.99% | - |
| XYZ | 19.22 | 10.2 | 93.05 | - |
| YUV | 65.45 | 233.27 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 59 | 252 | 0.97 | 0.77 | 0 | 0.01 | 227.27 | 0.98 | 0.51 |
| Hex | 7 | 3B | FC | 61 | 4D | 0 | 1 | E3 | 62 | 33 |
| Octal | 7 | 73 | 374 | 141 | 115 | 0 | 1 | 343 | 142 | 63 |
| Binary | 111 | 111011 | 11111100 | 1100001 | 1001101 | 0 | 1 | 11100011 | 1100010 | 110011 |
Color Harmonies of #073BFC
Complementary color
Monochromatic Colors of #073BFC
Black with #073BFC
Text Example
Text Example
White with #073BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073BFC; }
p { color: rgb(7,59,252); }
H1.HeaderClassName
{
color: #073BFC;
}
.AnyTagClassName
{
color: #073BFC;
}
</style>
background-color css
<style>
a { background-color: #073BFC; }
a { background-color: rgb(7,59,252); }
div.DivClassName
{
background-color: #073BFC;
}
.BgClassName
{
background-color: #073BFC;
}
</style>
border-color css
<style>
span { border-color: #073BFC; }
span { border-color: rgb(7,59,252); }
td.TdClassName
{
border-color: #073BFC;
}
.TagClassName
{
border-color: #073BFC;
}
</style>