Shades of Blue #072FFA
Tints of Blue #072FFA
RGB
CMYK
RGB Variations
Color information
#072FFA (or 0x072FFA) is known color: Blue. HEX triplet: 07, 2F and FA. RGB value is (7,47,250). Sum of RGB (Red+Green+Blue) = 7+47+250=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 250 (98.05% from 255 or 82.24% from 304); Max value from RGB is 250 - color contains mainly: blue. Hex color #072FFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072FFA is #F8D005. Grayscale: #393939. Windows color (decimal): -16306182 or 16396039. OLE color: 16396039.
HSL color Cylindrical-coordinate representation of color #072FFA: hue angle of 230.12º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072FFA is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 47 | 250 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.02 |
| HSL | 230.12º | 0.96% | 0.5% | - |
| HSV(B) | 230.12º | 0.97% | 0.98% | - |
| XYZ | 18.36 | 8.98 | 91.21 | - |
| YUV | 58.18 | 236.25 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 47 | 250 | 0.97 | 0.81 | 0 | 0.02 | 230.12 | 0.96 | 0.5 |
| Hex | 7 | 2F | FA | 61 | 51 | 0 | 2 | E6 | 60 | 32 |
| Octal | 7 | 57 | 372 | 141 | 121 | 0 | 2 | 346 | 140 | 62 |
| Binary | 111 | 101111 | 11111010 | 1100001 | 1010001 | 0 | 10 | 11100110 | 1100000 | 110010 |
Color Harmonies of #072FFA
Complementary color
Monochromatic Colors of #072FFA
Black with #072FFA
Text Example
Text Example
White with #072FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072FFA; }
p { color: rgb(7,47,250); }
H1.HeaderClassName
{
color: #072FFA;
}
.AnyTagClassName
{
color: #072FFA;
}
</style>
background-color css
<style>
a { background-color: #072FFA; }
a { background-color: rgb(7,47,250); }
div.DivClassName
{
background-color: #072FFA;
}
.BgClassName
{
background-color: #072FFA;
}
</style>
border-color css
<style>
span { border-color: #072FFA; }
span { border-color: rgb(7,47,250); }
td.TdClassName
{
border-color: #072FFA;
}
.TagClassName
{
border-color: #072FFA;
}
</style>