Shades of Blue #072DFA
Tints of Blue #072DFA
RGB
CMYK
RGB Variations
Color information
#072DFA (or 0x072DFA) is known color: Blue. HEX triplet: 07, 2D and FA. RGB value is (7,45,250). Sum of RGB (Red+Green+Blue) = 7+45+250=302 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.32% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 250 (98.05% from 255 or 82.78% from 302); Max value from RGB is 250 - color contains mainly: blue. Hex color #072DFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072DFA is #F8D205. Grayscale: #383838. Windows color (decimal): -16306694 or 16395527. OLE color: 16395527.
HSL color Cylindrical-coordinate representation of color #072DFA: hue angle of 230.62º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072DFA is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 45 | 250 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.02 |
| HSL | 230.62º | 0.96% | 0.5% | - |
| HSV(B) | 230.62º | 0.97% | 0.98% | - |
| XYZ | 18.28 | 8.82 | 91.18 | - |
| YUV | 57.01 | 236.91 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 250 | 0.97 | 0.82 | 0 | 0.02 | 230.62 | 0.96 | 0.5 |
| Hex | 7 | 2D | FA | 61 | 52 | 0 | 2 | E7 | 60 | 32 |
| Octal | 7 | 55 | 372 | 141 | 122 | 0 | 2 | 347 | 140 | 62 |
| Binary | 111 | 101101 | 11111010 | 1100001 | 1010010 | 0 | 10 | 11100111 | 1100000 | 110010 |
Color Harmonies of #072DFA
Complementary color
Monochromatic Colors of #072DFA
Black with #072DFA
Text Example
Text Example
White with #072DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072DFA; }
p { color: rgb(7,45,250); }
H1.HeaderClassName
{
color: #072DFA;
}
.AnyTagClassName
{
color: #072DFA;
}
</style>
background-color css
<style>
a { background-color: #072DFA; }
a { background-color: rgb(7,45,250); }
div.DivClassName
{
background-color: #072DFA;
}
.BgClassName
{
background-color: #072DFA;
}
</style>
border-color css
<style>
span { border-color: #072DFA; }
span { border-color: rgb(7,45,250); }
td.TdClassName
{
border-color: #072DFA;
}
.TagClassName
{
border-color: #072DFA;
}
</style>