Shades of Royal Blue #4072FA
Tints of Royal Blue #4072FA
RGB
CMYK
RGB Variations
Color information
#4072FA (or 0x4072FA) is known color: Royal Blue. HEX triplet: 40, 72 and FA. RGB value is (64,114,250). Sum of RGB (Red+Green+Blue) = 64+114+250=428 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.95% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #4072FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4072FA is #BF8D05. Grayscale: #717171. Windows color (decimal): -12553478 or 16413248. OLE color: 16413248.
HSL color Cylindrical-coordinate representation of color #4072FA: hue angle of 223.87º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4072FA is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 114 | 250 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.02 |
| HSL | 223.87º | 0.95% | 0.62% | - |
| HSV(B) | 223.87º | 0.74% | 0.98% | - |
| XYZ | 25.39 | 20.03 | 92.97 | - |
| YUV | 114.55 | 204.44 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 114 | 250 | 0.74 | 0.54 | 0 | 0.02 | 223.87 | 0.95 | 0.62 |
| Hex | 40 | 72 | FA | 4A | 36 | 0 | 2 | E0 | 5F | 3E |
| Octal | 100 | 162 | 372 | 112 | 66 | 0 | 2 | 340 | 137 | 76 |
| Binary | 1000000 | 1110010 | 11111010 | 1001010 | 110110 | 0 | 10 | 11100000 | 1011111 | 111110 |
Color Harmonies of #4072FA
Complementary color
Monochromatic Colors of #4072FA
Black with #4072FA
Text Example
Text Example
White with #4072FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4072FA; }
p { color: rgb(64,114,250); }
H1.HeaderClassName
{
color: #4072FA;
}
.AnyTagClassName
{
color: #4072FA;
}
</style>
background-color css
<style>
a { background-color: #4072FA; }
a { background-color: rgb(64,114,250); }
div.DivClassName
{
background-color: #4072FA;
}
.BgClassName
{
background-color: #4072FA;
}
</style>
border-color css
<style>
span { border-color: #4072FA; }
span { border-color: rgb(64,114,250); }
td.TdClassName
{
border-color: #4072FA;
}
.TagClassName
{
border-color: #4072FA;
}
</style>