Shades of Royal Blue #4071FA
Tints of Royal Blue #4071FA
RGB
CMYK
RGB Variations
Color information
#4071FA (or 0x4071FA) is known color: Royal Blue. HEX triplet: 40, 71 and FA. RGB value is (64,113,250). Sum of RGB (Red+Green+Blue) = 64+113+250=427 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.99% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #4071FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4071FA is #BF8E05. Grayscale: #717171. Windows color (decimal): -12553734 or 16412992. OLE color: 16412992.
HSL color Cylindrical-coordinate representation of color #4071FA: hue angle of 224.19º 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 #4071FA is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 113 | 250 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.02 |
| HSL | 224.19º | 0.95% | 0.62% | - |
| HSV(B) | 224.19º | 0.74% | 0.98% | - |
| XYZ | 25.27 | 19.8 | 92.93 | - |
| YUV | 113.97 | 204.77 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 113 | 250 | 0.74 | 0.55 | 0 | 0.02 | 224.19 | 0.95 | 0.62 |
| Hex | 40 | 71 | FA | 4A | 37 | 0 | 2 | E0 | 5F | 3E |
| Octal | 100 | 161 | 372 | 112 | 67 | 0 | 2 | 340 | 137 | 76 |
| Binary | 1000000 | 1110001 | 11111010 | 1001010 | 110111 | 0 | 10 | 11100000 | 1011111 | 111110 |
Color Harmonies of #4071FA
Complementary color
Monochromatic Colors of #4071FA
Black with #4071FA
Text Example
Text Example
White with #4071FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4071FA; }
p { color: rgb(64,113,250); }
H1.HeaderClassName
{
color: #4071FA;
}
.AnyTagClassName
{
color: #4071FA;
}
</style>
background-color css
<style>
a { background-color: #4071FA; }
a { background-color: rgb(64,113,250); }
div.DivClassName
{
background-color: #4071FA;
}
.BgClassName
{
background-color: #4071FA;
}
</style>
border-color css
<style>
span { border-color: #4071FA; }
span { border-color: rgb(64,113,250); }
td.TdClassName
{
border-color: #4071FA;
}
.TagClassName
{
border-color: #4071FA;
}
</style>