Shades of Blue #072BFD
Tints of Blue #072BFD
RGB
CMYK
RGB Variations
Color information
#072BFD (or 0x072BFD) is known color: Blue. HEX triplet: 07, 2B and FD. RGB value is (7,43,253). Sum of RGB (Red+Green+Blue) = 7+43+253=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 253 (99.22% from 255 or 83.50% from 303); Max value from RGB is 253 - color contains mainly: blue. Hex color #072BFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072BFD is #F8D402. Grayscale: #373737. Windows color (decimal): -16307203 or 16591623. OLE color: 16591623.
HSL color Cylindrical-coordinate representation of color #072BFD: hue angle of 231.22º 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 #072BFD is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 43 | 253 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.01 |
| HSL | 231.22º | 0.98% | 0.51% | - |
| HSV(B) | 231.22º | 0.97% | 0.99% | - |
| XYZ | 18.68 | 8.86 | 93.65 | - |
| YUV | 56.18 | 239.07 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 253 | 0.97 | 0.83 | 0 | 0.01 | 231.22 | 0.98 | 0.51 |
| Hex | 7 | 2B | FD | 61 | 53 | 0 | 1 | E7 | 62 | 33 |
| Octal | 7 | 53 | 375 | 141 | 123 | 0 | 1 | 347 | 142 | 63 |
| Binary | 111 | 101011 | 11111101 | 1100001 | 1010011 | 0 | 1 | 11100111 | 1100010 | 110011 |
Color Harmonies of #072BFD
Complementary color
Monochromatic Colors of #072BFD
Black with #072BFD
Text Example
Text Example
White with #072BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072BFD; }
p { color: rgb(7,43,253); }
H1.HeaderClassName
{
color: #072BFD;
}
.AnyTagClassName
{
color: #072BFD;
}
</style>
background-color css
<style>
a { background-color: #072BFD; }
a { background-color: rgb(7,43,253); }
div.DivClassName
{
background-color: #072BFD;
}
.BgClassName
{
background-color: #072BFD;
}
</style>
border-color css
<style>
span { border-color: #072BFD; }
span { border-color: rgb(7,43,253); }
td.TdClassName
{
border-color: #072BFD;
}
.TagClassName
{
border-color: #072BFD;
}
</style>