Shades of Blue #072CFF
Tints of Blue #072CFF
RGB
CMYK
RGB Variations
Color information
#072CFF (or 0x072CFF) is known color: Blue. HEX triplet: 07, 2C and FF. RGB value is (7,44,255). Sum of RGB (Red+Green+Blue) = 7+44+255=306 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.29% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 255 (100% from 255 or 83.33% from 306); Max value from RGB is 255 - color contains mainly: blue. Hex color #072CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072CFF is #F8D300. Grayscale: #383838. Windows color (decimal): -16306945 or 16722951. OLE color: 16722951.
HSL color Cylindrical-coordinate representation of color #072CFF: hue angle of 231.05º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072CFF is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 44 | 255 | - |
| CMYK | 0.97 | 0.83 | 0 | 0 |
| HSL | 231.05º | 1% | 0.51% | - |
| HSV(B) | 231.05º | 0.97% | 1% | - |
| XYZ | 19.04 | 9.07 | 95.35 | - |
| YUV | 56.99 | 239.74 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 44 | 255 | 0.97 | 0.83 | 0 | 0 | 231.05 | 1 | 0.51 |
| Hex | 7 | 2C | FF | 61 | 53 | 0 | 0 | E7 | 64 | 33 |
| Octal | 7 | 54 | 377 | 141 | 123 | 0 | 0 | 347 | 144 | 63 |
| Binary | 111 | 101100 | 11111111 | 1100001 | 1010011 | 0 | 0 | 11100111 | 1100100 | 110011 |
Color Harmonies of #072CFF
Complementary color
Monochromatic Colors of #072CFF
Black with #072CFF
Text Example
Text Example
White with #072CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072CFF; }
p { color: rgb(7,44,255); }
H1.HeaderClassName
{
color: #072CFF;
}
.AnyTagClassName
{
color: #072CFF;
}
</style>
background-color css
<style>
a { background-color: #072CFF; }
a { background-color: rgb(7,44,255); }
div.DivClassName
{
background-color: #072CFF;
}
.BgClassName
{
background-color: #072CFF;
}
</style>
border-color css
<style>
span { border-color: #072CFF; }
span { border-color: rgb(7,44,255); }
td.TdClassName
{
border-color: #072CFF;
}
.TagClassName
{
border-color: #072CFF;
}
</style>