Shades of Blue #072BED
Tints of Blue #072BED
RGB
CMYK
RGB Variations
Color information
#072BED (or 0x072BED) is known color: Blue. HEX triplet: 07, 2B and ED. RGB value is (7,43,237). Sum of RGB (Red+Green+Blue) = 7+43+237=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 237 (92.97% from 255 or 82.58% from 287); Max value from RGB is 237 - color contains mainly: blue. Hex color #072BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072BED is #F8D412. Grayscale: #353535. Windows color (decimal): -16307219 or 15543047. OLE color: 15543047.
HSL color Cylindrical-coordinate representation of color #072BED: hue angle of 230.61º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072BED is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 43 | 237 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.07 |
| HSL | 230.61º | 0.94% | 0.48% | - |
| HSV(B) | 230.61º | 0.97% | 0.93% | - |
| XYZ | 16.24 | 7.89 | 80.79 | - |
| YUV | 54.35 | 231.07 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 237 | 0.97 | 0.82 | 0 | 0.07 | 230.61 | 0.94 | 0.48 |
| Hex | 7 | 2B | ED | 61 | 52 | 0 | 7 | E7 | 5E | 30 |
| Octal | 7 | 53 | 355 | 141 | 122 | 0 | 7 | 347 | 136 | 60 |
| Binary | 111 | 101011 | 11101101 | 1100001 | 1010010 | 0 | 111 | 11100111 | 1011110 | 110000 |
Color Harmonies of #072BED
Complementary color
Monochromatic Colors of #072BED
Black with #072BED
Text Example
Text Example
White with #072BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072BED; }
p { color: rgb(7,43,237); }
H1.HeaderClassName
{
color: #072BED;
}
.AnyTagClassName
{
color: #072BED;
}
</style>
background-color css
<style>
a { background-color: #072BED; }
a { background-color: rgb(7,43,237); }
div.DivClassName
{
background-color: #072BED;
}
.BgClassName
{
background-color: #072BED;
}
</style>
border-color css
<style>
span { border-color: #072BED; }
span { border-color: rgb(7,43,237); }
td.TdClassName
{
border-color: #072BED;
}
.TagClassName
{
border-color: #072BED;
}
</style>