Shades of Blue #072FF0
Tints of Blue #072FF0
RGB
CMYK
RGB Variations
Color information
#072FF0 (or 0x072FF0) is known color: Blue. HEX triplet: 07, 2F and F0. RGB value is (7,47,240). Sum of RGB (Red+Green+Blue) = 7+47+240=294 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.38% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 240 (94.14% from 255 or 81.63% from 294); Max value from RGB is 240 - color contains mainly: blue. Hex color #072FF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072FF0 is #F8D00F. Grayscale: #383838. Windows color (decimal): -16306192 or 15740679. OLE color: 15740679.
HSL color Cylindrical-coordinate representation of color #072FF0: hue angle of 229.7º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072FF0 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 47 | 240 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.06 |
| HSL | 229.7º | 0.94% | 0.48% | - |
| HSV(B) | 229.7º | 0.97% | 0.94% | - |
| XYZ | 16.83 | 8.37 | 83.17 | - |
| YUV | 57.04 | 231.25 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 47 | 240 | 0.97 | 0.80 | 0 | 0.06 | 229.7 | 0.94 | 0.48 |
| Hex | 7 | 2F | F0 | 61 | 50 | 0 | 6 | E6 | 5E | 30 |
| Octal | 7 | 57 | 360 | 141 | 120 | 0 | 6 | 346 | 136 | 60 |
| Binary | 111 | 101111 | 11110000 | 1100001 | 1010000 | 0 | 110 | 11100110 | 1011110 | 110000 |
Color Harmonies of #072FF0
Complementary color
Monochromatic Colors of #072FF0
Black with #072FF0
Text Example
Text Example
White with #072FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072FF0; }
p { color: rgb(7,47,240); }
H1.HeaderClassName
{
color: #072FF0;
}
.AnyTagClassName
{
color: #072FF0;
}
</style>
background-color css
<style>
a { background-color: #072FF0; }
a { background-color: rgb(7,47,240); }
div.DivClassName
{
background-color: #072FF0;
}
.BgClassName
{
background-color: #072FF0;
}
</style>
border-color css
<style>
span { border-color: #072FF0; }
span { border-color: rgb(7,47,240); }
td.TdClassName
{
border-color: #072FF0;
}
.TagClassName
{
border-color: #072FF0;
}
</style>