Shades of Blue #072CF6
Tints of Blue #072CF6
RGB
CMYK
RGB Variations
Color information
#072CF6 (or 0x072CF6) is known color: Blue. HEX triplet: 07, 2C and F6. RGB value is (7,44,246). Sum of RGB (Red+Green+Blue) = 7+44+246=297 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 246 (96.48% from 255 or 82.83% from 297); Max value from RGB is 246 - color contains mainly: blue. Hex color #072CF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072CF6 is #F8D309. Grayscale: #373737. Windows color (decimal): -16306954 or 16133127. OLE color: 16133127.
HSL color Cylindrical-coordinate representation of color #072CF6: hue angle of 230.71º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072CF6 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 7 | 44 | 246 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.04 |
| HSL | 230.71º | 0.94% | 0.5% | - |
| HSV(B) | 230.71º | 0.97% | 0.96% | - |
| XYZ | 17.62 | 8.5 | 87.9 | - |
| YUV | 55.97 | 235.24 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 44 | 246 | 0.97 | 0.82 | 0 | 0.04 | 230.71 | 0.94 | 0.5 |
| Hex | 7 | 2C | F6 | 61 | 52 | 0 | 4 | E7 | 5E | 32 |
| Octal | 7 | 54 | 366 | 141 | 122 | 0 | 4 | 347 | 136 | 62 |
| Binary | 111 | 101100 | 11110110 | 1100001 | 1010010 | 0 | 100 | 11100111 | 1011110 | 110010 |
Color Harmonies of #072CF6
Complementary color
Monochromatic Colors of #072CF6
Black with #072CF6
Text Example
Text Example
White with #072CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072CF6; }
p { color: rgb(7,44,246); }
H1.HeaderClassName
{
color: #072CF6;
}
.AnyTagClassName
{
color: #072CF6;
}
</style>
background-color css
<style>
a { background-color: #072CF6; }
a { background-color: rgb(7,44,246); }
div.DivClassName
{
background-color: #072CF6;
}
.BgClassName
{
background-color: #072CF6;
}
</style>
border-color css
<style>
span { border-color: #072CF6; }
span { border-color: rgb(7,44,246); }
td.TdClassName
{
border-color: #072CF6;
}
.TagClassName
{
border-color: #072CF6;
}
</style>