Shades of Royal Blue #4051E5
Tints of Royal Blue #4051E5
RGB
CMYK
RGB Variations
Color information
#4051E5 (or 0x4051E5) is known color: Royal Blue. HEX triplet: 40, 51 and E5. RGB value is (64,81,229). Sum of RGB (Red+Green+Blue) = 64+81+229=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 229 (89.84% from 255 or 61.23% from 374); Max value from RGB is 229 - color contains mainly: blue. Hex color #4051E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4051E5 is #BFAE1A. Grayscale: #5C5C5C. Windows color (decimal): -12561947 or 15028544. OLE color: 15028544.
HSL color Cylindrical-coordinate representation of color #4051E5: hue angle of 233.82º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4051E5 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 81 | 229 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.10 |
| HSL | 233.82º | 0.76% | 0.57% | - |
| HSV(B) | 233.82º | 0.72% | 0.9% | - |
| XYZ | 19.2 | 12.63 | 75.56 | - |
| YUV | 92.79 | 204.87 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 81 | 229 | 0.72 | 0.65 | 0 | 0.10 | 233.82 | 0.76 | 0.57 |
| Hex | 40 | 51 | E5 | 48 | 41 | 0 | A | EA | 4C | 39 |
| Octal | 100 | 121 | 345 | 110 | 101 | 0 | 12 | 352 | 114 | 71 |
| Binary | 1000000 | 1010001 | 11100101 | 1001000 | 1000001 | 0 | 1010 | 11101010 | 1001100 | 111001 |
Color Harmonies of #4051E5
Complementary color
Monochromatic Colors of #4051E5
Black with #4051E5
Text Example
Text Example
White with #4051E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4051E5; }
p { color: rgb(64,81,229); }
H1.HeaderClassName
{
color: #4051E5;
}
.AnyTagClassName
{
color: #4051E5;
}
</style>
background-color css
<style>
a { background-color: #4051E5; }
a { background-color: rgb(64,81,229); }
div.DivClassName
{
background-color: #4051E5;
}
.BgClassName
{
background-color: #4051E5;
}
</style>
border-color css
<style>
span { border-color: #4051E5; }
span { border-color: rgb(64,81,229); }
td.TdClassName
{
border-color: #4051E5;
}
.TagClassName
{
border-color: #4051E5;
}
</style>