Shades of Blue #072BFC
Tints of Blue #072BFC
RGB
CMYK
RGB Variations
Color information
#072BFC (or 0x072BFC) is known color: Blue. HEX triplet: 07, 2B and FC. RGB value is (7,43,252). Sum of RGB (Red+Green+Blue) = 7+43+252=302 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.32% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 252 (98.83% from 255 or 83.44% from 302); Max value from RGB is 252 - color contains mainly: blue. Hex color #072BFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072BFC is #F8D403. Grayscale: #373737. Windows color (decimal): -16307204 or 16526087. OLE color: 16526087.
HSL color Cylindrical-coordinate representation of color #072BFC: hue angle of 231.18º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072BFC is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 43 | 252 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.01 |
| HSL | 231.18º | 0.98% | 0.51% | - |
| HSV(B) | 231.18º | 0.97% | 0.99% | - |
| XYZ | 18.52 | 8.8 | 92.82 | - |
| YUV | 56.06 | 238.57 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 252 | 0.97 | 0.83 | 0 | 0.01 | 231.18 | 0.98 | 0.51 |
| Hex | 7 | 2B | FC | 61 | 53 | 0 | 1 | E7 | 62 | 33 |
| Octal | 7 | 53 | 374 | 141 | 123 | 0 | 1 | 347 | 142 | 63 |
| Binary | 111 | 101011 | 11111100 | 1100001 | 1010011 | 0 | 1 | 11100111 | 1100010 | 110011 |
Color Harmonies of #072BFC
Complementary color
Monochromatic Colors of #072BFC
Black with #072BFC
Text Example
Text Example
White with #072BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072BFC; }
p { color: rgb(7,43,252); }
H1.HeaderClassName
{
color: #072BFC;
}
.AnyTagClassName
{
color: #072BFC;
}
</style>
background-color css
<style>
a { background-color: #072BFC; }
a { background-color: rgb(7,43,252); }
div.DivClassName
{
background-color: #072BFC;
}
.BgClassName
{
background-color: #072BFC;
}
</style>
border-color css
<style>
span { border-color: #072BFC; }
span { border-color: rgb(7,43,252); }
td.TdClassName
{
border-color: #072BFC;
}
.TagClassName
{
border-color: #072BFC;
}
</style>