Shades of Royal Blue #4071FE
Tints of Royal Blue #4071FE
RGB
CMYK
RGB Variations
Color information
#4071FE (or 0x4071FE) is known color: Royal Blue. HEX triplet: 40, 71 and FE. RGB value is (64,113,254). Sum of RGB (Red+Green+Blue) = 64+113+254=431 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.85% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #4071FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4071FE is #BF8E01. Grayscale: #717171. Windows color (decimal): -12553730 or 16675136. OLE color: 16675136.
HSL color Cylindrical-coordinate representation of color #4071FE: hue angle of 224.53º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4071FE is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 113 | 254 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.00 |
| HSL | 224.53º | 0.99% | 0.62% | - |
| HSV(B) | 224.53º | 0.75% | 1% | - |
| XYZ | 25.91 | 20.06 | 96.27 | - |
| YUV | 114.42 | 206.77 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 113 | 254 | 0.75 | 0.56 | 0 | 0.00 | 224.53 | 0.99 | 0.62 |
| Hex | 40 | 71 | FE | 4B | 38 | 0 | 0 | E1 | 63 | 3E |
| Octal | 100 | 161 | 376 | 113 | 70 | 0 | 0 | 341 | 143 | 76 |
| Binary | 1000000 | 1110001 | 11111110 | 1001011 | 111000 | 0 | 0 | 11100001 | 1100011 | 111110 |
Color Harmonies of #4071FE
Complementary color
Monochromatic Colors of #4071FE
Black with #4071FE
Text Example
Text Example
White with #4071FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4071FE; }
p { color: rgb(64,113,254); }
H1.HeaderClassName
{
color: #4071FE;
}
.AnyTagClassName
{
color: #4071FE;
}
</style>
background-color css
<style>
a { background-color: #4071FE; }
a { background-color: rgb(64,113,254); }
div.DivClassName
{
background-color: #4071FE;
}
.BgClassName
{
background-color: #4071FE;
}
</style>
border-color css
<style>
span { border-color: #4071FE; }
span { border-color: rgb(64,113,254); }
td.TdClassName
{
border-color: #4071FE;
}
.TagClassName
{
border-color: #4071FE;
}
</style>