Shades of Blue #072DF6
Tints of Blue #072DF6
RGB
CMYK
RGB Variations
Color information
#072DF6 (or 0x072DF6) is known color: Blue. HEX triplet: 07, 2D and F6. RGB value is (7,45,246). Sum of RGB (Red+Green+Blue) = 7+45+246=298 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.35% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 246 (96.48% from 255 or 82.55% from 298); Max value from RGB is 246 - color contains mainly: blue. Hex color #072DF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072DF6 is #F8D209. Grayscale: #373737. Windows color (decimal): -16306698 or 16133383. OLE color: 16133383.
HSL color Cylindrical-coordinate representation of color #072DF6: hue angle of 230.46º 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 #072DF6 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 7 | 45 | 246 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.04 |
| HSL | 230.46º | 0.94% | 0.5% | - |
| HSV(B) | 230.46º | 0.97% | 0.96% | - |
| XYZ | 17.66 | 8.58 | 87.91 | - |
| YUV | 56.55 | 234.91 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 246 | 0.97 | 0.82 | 0 | 0.04 | 230.46 | 0.94 | 0.5 |
| Hex | 7 | 2D | F6 | 61 | 52 | 0 | 4 | E6 | 5E | 32 |
| Octal | 7 | 55 | 366 | 141 | 122 | 0 | 4 | 346 | 136 | 62 |
| Binary | 111 | 101101 | 11110110 | 1100001 | 1010010 | 0 | 100 | 11100110 | 1011110 | 110010 |
Color Harmonies of #072DF6
Complementary color
Monochromatic Colors of #072DF6
Black with #072DF6
Text Example
Text Example
White with #072DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072DF6; }
p { color: rgb(7,45,246); }
H1.HeaderClassName
{
color: #072DF6;
}
.AnyTagClassName
{
color: #072DF6;
}
</style>
background-color css
<style>
a { background-color: #072DF6; }
a { background-color: rgb(7,45,246); }
div.DivClassName
{
background-color: #072DF6;
}
.BgClassName
{
background-color: #072DF6;
}
</style>
border-color css
<style>
span { border-color: #072DF6; }
span { border-color: rgb(7,45,246); }
td.TdClassName
{
border-color: #072DF6;
}
.TagClassName
{
border-color: #072DF6;
}
</style>