Shades of Royal Blue #4151E0
Tints of Royal Blue #4151E0
RGB
CMYK
RGB Variations
Color information
#4151E0 (or 0x4151E0) is known color: Royal Blue. HEX triplet: 41, 51 and E0. RGB value is (65,81,224). Sum of RGB (Red+Green+Blue) = 65+81+224=370 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.57% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 224 (87.89% from 255 or 60.54% from 370); Max value from RGB is 224 - color contains mainly: blue. Hex color #4151E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4151E0 is #BEAE1F. Grayscale: #5B5B5B. Windows color (decimal): -12496416 or 14700865. OLE color: 14700865.
HSL color Cylindrical-coordinate representation of color #4151E0: hue angle of 233.96º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4151E0 is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 81 | 224 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.12 |
| HSL | 233.96º | 0.72% | 0.57% | - |
| HSV(B) | 233.96º | 0.71% | 0.88% | - |
| XYZ | 18.58 | 12.39 | 71.93 | - |
| YUV | 92.52 | 202.2 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 81 | 224 | 0.71 | 0.64 | 0 | 0.12 | 233.96 | 0.72 | 0.57 |
| Hex | 41 | 51 | E0 | 47 | 40 | 0 | C | EA | 48 | 39 |
| Octal | 101 | 121 | 340 | 107 | 100 | 0 | 14 | 352 | 110 | 71 |
| Binary | 1000001 | 1010001 | 11100000 | 1000111 | 1000000 | 0 | 1100 | 11101010 | 1001000 | 111001 |
Color Harmonies of #4151E0
Complementary color
Monochromatic Colors of #4151E0
Black with #4151E0
Text Example
Text Example
White with #4151E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4151E0; }
p { color: rgb(65,81,224); }
H1.HeaderClassName
{
color: #4151E0;
}
.AnyTagClassName
{
color: #4151E0;
}
</style>
background-color css
<style>
a { background-color: #4151E0; }
a { background-color: rgb(65,81,224); }
div.DivClassName
{
background-color: #4151E0;
}
.BgClassName
{
background-color: #4151E0;
}
</style>
border-color css
<style>
span { border-color: #4151E0; }
span { border-color: rgb(65,81,224); }
td.TdClassName
{
border-color: #4151E0;
}
.TagClassName
{
border-color: #4151E0;
}
</style>