Shades of Blue #072CF1
Tints of Blue #072CF1
RGB
CMYK
RGB Variations
Color information
#072CF1 (or 0x072CF1) is known color: Blue. HEX triplet: 07, 2C and F1. RGB value is (7,44,241). Sum of RGB (Red+Green+Blue) = 7+44+241=292 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.40% from 292); Green value is 44 (17.58% from 255 or 15.07% from 292); Blue value is 241 (94.53% from 255 or 82.53% from 292); Max value from RGB is 241 - color contains mainly: blue. Hex color #072CF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072CF1 is #F8D30E. Grayscale: #363636. Windows color (decimal): -16306959 or 15805447. OLE color: 15805447.
HSL color Cylindrical-coordinate representation of color #072CF1: hue angle of 230.51º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072CF1 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 44 | 241 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.05 |
| HSL | 230.51º | 0.94% | 0.49% | - |
| HSV(B) | 230.51º | 0.97% | 0.95% | - |
| XYZ | 16.87 | 8.2 | 83.91 | - |
| YUV | 55.4 | 232.74 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 44 | 241 | 0.97 | 0.82 | 0 | 0.05 | 230.51 | 0.94 | 0.49 |
| Hex | 7 | 2C | F1 | 61 | 52 | 0 | 5 | E7 | 5E | 31 |
| Octal | 7 | 54 | 361 | 141 | 122 | 0 | 5 | 347 | 136 | 61 |
| Binary | 111 | 101100 | 11110001 | 1100001 | 1010010 | 0 | 101 | 11100111 | 1011110 | 110001 |
Color Harmonies of #072CF1
Complementary color
Monochromatic Colors of #072CF1
Black with #072CF1
Text Example
Text Example
White with #072CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072CF1; }
p { color: rgb(7,44,241); }
H1.HeaderClassName
{
color: #072CF1;
}
.AnyTagClassName
{
color: #072CF1;
}
</style>
background-color css
<style>
a { background-color: #072CF1; }
a { background-color: rgb(7,44,241); }
div.DivClassName
{
background-color: #072CF1;
}
.BgClassName
{
background-color: #072CF1;
}
</style>
border-color css
<style>
span { border-color: #072CF1; }
span { border-color: rgb(7,44,241); }
td.TdClassName
{
border-color: #072CF1;
}
.TagClassName
{
border-color: #072CF1;
}
</style>