Shades of Blue #072DF1
Tints of Blue #072DF1
RGB
CMYK
RGB Variations
Color information
#072DF1 (or 0x072DF1) is known color: Blue. HEX triplet: 07, 2D and F1. RGB value is (7,45,241). Sum of RGB (Red+Green+Blue) = 7+45+241=293 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.39% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 241 (94.53% from 255 or 82.25% from 293); Max value from RGB is 241 - color contains mainly: blue. Hex color #072DF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072DF1 is #F8D20E. Grayscale: #373737. Windows color (decimal): -16306703 or 15805703. OLE color: 15805703.
HSL color Cylindrical-coordinate representation of color #072DF1: hue angle of 230.26º 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 #072DF1 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 45 | 241 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.05 |
| HSL | 230.26º | 0.94% | 0.49% | - |
| HSV(B) | 230.26º | 0.97% | 0.95% | - |
| XYZ | 16.9 | 8.27 | 83.93 | - |
| YUV | 55.98 | 232.41 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 241 | 0.97 | 0.81 | 0 | 0.05 | 230.26 | 0.94 | 0.49 |
| Hex | 7 | 2D | F1 | 61 | 51 | 0 | 5 | E6 | 5E | 31 |
| Octal | 7 | 55 | 361 | 141 | 121 | 0 | 5 | 346 | 136 | 61 |
| Binary | 111 | 101101 | 11110001 | 1100001 | 1010001 | 0 | 101 | 11100110 | 1011110 | 110001 |
Color Harmonies of #072DF1
Complementary color
Monochromatic Colors of #072DF1
Black with #072DF1
Text Example
Text Example
White with #072DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072DF1; }
p { color: rgb(7,45,241); }
H1.HeaderClassName
{
color: #072DF1;
}
.AnyTagClassName
{
color: #072DF1;
}
</style>
background-color css
<style>
a { background-color: #072DF1; }
a { background-color: rgb(7,45,241); }
div.DivClassName
{
background-color: #072DF1;
}
.BgClassName
{
background-color: #072DF1;
}
</style>
border-color css
<style>
span { border-color: #072DF1; }
span { border-color: rgb(7,45,241); }
td.TdClassName
{
border-color: #072DF1;
}
.TagClassName
{
border-color: #072DF1;
}
</style>