Shades of Blue #072CF3
Tints of Blue #072CF3
RGB
CMYK
RGB Variations
Color information
#072CF3 (or 0x072CF3) is known color: Blue. HEX triplet: 07, 2C and F3. RGB value is (7,44,243). Sum of RGB (Red+Green+Blue) = 7+44+243=294 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.38% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 243 (95.31% from 255 or 82.65% from 294); Max value from RGB is 243 - color contains mainly: blue. Hex color #072CF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072CF3 is #F8D30C. Grayscale: #363636. Windows color (decimal): -16306957 or 15936519. OLE color: 15936519.
HSL color Cylindrical-coordinate representation of color #072CF3: hue angle of 230.59º 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 #072CF3 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 44 | 243 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.05 |
| HSL | 230.59º | 0.94% | 0.49% | - |
| HSV(B) | 230.59º | 0.97% | 0.95% | - |
| XYZ | 17.17 | 8.32 | 85.49 | - |
| YUV | 55.62 | 233.74 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 44 | 243 | 0.97 | 0.82 | 0 | 0.05 | 230.59 | 0.94 | 0.49 |
| Hex | 7 | 2C | F3 | 61 | 52 | 0 | 5 | E7 | 5E | 31 |
| Octal | 7 | 54 | 363 | 141 | 122 | 0 | 5 | 347 | 136 | 61 |
| Binary | 111 | 101100 | 11110011 | 1100001 | 1010010 | 0 | 101 | 11100111 | 1011110 | 110001 |
Color Harmonies of #072CF3
Complementary color
Monochromatic Colors of #072CF3
Black with #072CF3
Text Example
Text Example
White with #072CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072CF3; }
p { color: rgb(7,44,243); }
H1.HeaderClassName
{
color: #072CF3;
}
.AnyTagClassName
{
color: #072CF3;
}
</style>
background-color css
<style>
a { background-color: #072CF3; }
a { background-color: rgb(7,44,243); }
div.DivClassName
{
background-color: #072CF3;
}
.BgClassName
{
background-color: #072CF3;
}
</style>
border-color css
<style>
span { border-color: #072CF3; }
span { border-color: rgb(7,44,243); }
td.TdClassName
{
border-color: #072CF3;
}
.TagClassName
{
border-color: #072CF3;
}
</style>