Shades of Royal Blue #4184E1
Tints of Royal Blue #4184E1
RGB
CMYK
RGB Variations
Color information
#4184E1 (or 0x4184E1) is known color: Royal Blue. HEX triplet: 41, 84 and E1. RGB value is (65,132,225). Sum of RGB (Red+Green+Blue) = 65+132+225=422 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.40% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 225 (88.28% from 255 or 53.32% from 422); Max value from RGB is 225 - color contains mainly: blue. Hex color #4184E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4184E1 is #BE7B1E. Grayscale: #7A7A7A. Windows color (decimal): -12483359 or 14779457. OLE color: 14779457.
HSL color Cylindrical-coordinate representation of color #4184E1: hue angle of 214.88º degrees, saturation: 0.73, 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 #4184E1 is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 132 | 225 | - |
| CMYK | 0.71 | 0.41 | 0 | 0.12 |
| HSL | 214.88º | 0.73% | 0.57% | - |
| HSV(B) | 214.88º | 0.71% | 0.88% | - |
| XYZ | 24.02 | 23.06 | 74.42 | - |
| YUV | 122.57 | 185.8 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 132 | 225 | 0.71 | 0.41 | 0 | 0.12 | 214.88 | 0.73 | 0.57 |
| Hex | 41 | 84 | E1 | 47 | 29 | 0 | C | D7 | 49 | 39 |
| Octal | 101 | 204 | 341 | 107 | 51 | 0 | 14 | 327 | 111 | 71 |
| Binary | 1000001 | 10000100 | 11100001 | 1000111 | 101001 | 0 | 1100 | 11010111 | 1001001 | 111001 |
Color Harmonies of #4184E1
Complementary color
Monochromatic Colors of #4184E1
Black with #4184E1
Text Example
Text Example
White with #4184E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4184E1; }
p { color: rgb(65,132,225); }
H1.HeaderClassName
{
color: #4184E1;
}
.AnyTagClassName
{
color: #4184E1;
}
</style>
background-color css
<style>
a { background-color: #4184E1; }
a { background-color: rgb(65,132,225); }
div.DivClassName
{
background-color: #4184E1;
}
.BgClassName
{
background-color: #4184E1;
}
</style>
border-color css
<style>
span { border-color: #4184E1; }
span { border-color: rgb(65,132,225); }
td.TdClassName
{
border-color: #4184E1;
}
.TagClassName
{
border-color: #4184E1;
}
</style>