Shades of Blue #072EFC
Tints of Blue #072EFC
RGB
CMYK
RGB Variations
Color information
#072EFC (or 0x072EFC) is known color: Blue. HEX triplet: 07, 2E and FC. RGB value is (7,46,252). Sum of RGB (Red+Green+Blue) = 7+46+252=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 252 (98.83% from 255 or 82.62% from 305); Max value from RGB is 252 - color contains mainly: blue. Hex color #072EFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072EFC is #F8D103. Grayscale: #383838. Windows color (decimal): -16306436 or 16526855. OLE color: 16526855.
HSL color Cylindrical-coordinate representation of color #072EFC: hue angle of 230.45º 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 #072EFC is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 46 | 252 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.01 |
| HSL | 230.45º | 0.98% | 0.51% | - |
| HSV(B) | 230.45º | 0.97% | 0.99% | - |
| XYZ | 18.64 | 9.03 | 92.86 | - |
| YUV | 57.82 | 237.58 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 46 | 252 | 0.97 | 0.82 | 0 | 0.01 | 230.45 | 0.98 | 0.51 |
| Hex | 7 | 2E | FC | 61 | 52 | 0 | 1 | E6 | 62 | 33 |
| Octal | 7 | 56 | 374 | 141 | 122 | 0 | 1 | 346 | 142 | 63 |
| Binary | 111 | 101110 | 11111100 | 1100001 | 1010010 | 0 | 1 | 11100110 | 1100010 | 110011 |
Color Harmonies of #072EFC
Complementary color
Monochromatic Colors of #072EFC
Black with #072EFC
Text Example
Text Example
White with #072EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072EFC; }
p { color: rgb(7,46,252); }
H1.HeaderClassName
{
color: #072EFC;
}
.AnyTagClassName
{
color: #072EFC;
}
</style>
background-color css
<style>
a { background-color: #072EFC; }
a { background-color: rgb(7,46,252); }
div.DivClassName
{
background-color: #072EFC;
}
.BgClassName
{
background-color: #072EFC;
}
</style>
border-color css
<style>
span { border-color: #072EFC; }
span { border-color: rgb(7,46,252); }
td.TdClassName
{
border-color: #072EFC;
}
.TagClassName
{
border-color: #072EFC;
}
</style>