Shades of Royal Blue #4184EC
Tints of Royal Blue #4184EC
RGB
CMYK
RGB Variations
Color information
#4184EC (or 0x4184EC) is known color: Royal Blue. HEX triplet: 41, 84 and EC. RGB value is (65,132,236). Sum of RGB (Red+Green+Blue) = 65+132+236=433 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.01% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #4184EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4184EC is #BE7B13. Grayscale: #7B7B7B. Windows color (decimal): -12483348 or 15500353. OLE color: 15500353.
HSL color Cylindrical-coordinate representation of color #4184EC: hue angle of 216.49º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4184EC is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 132 | 236 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.07 |
| HSL | 216.49º | 0.82% | 0.59% | - |
| HSV(B) | 216.49º | 0.72% | 0.93% | - |
| XYZ | 25.57 | 23.68 | 82.58 | - |
| YUV | 123.82 | 191.3 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 132 | 236 | 0.72 | 0.44 | 0 | 0.07 | 216.49 | 0.82 | 0.59 |
| Hex | 41 | 84 | EC | 48 | 2C | 0 | 7 | D8 | 52 | 3B |
| Octal | 101 | 204 | 354 | 110 | 54 | 0 | 7 | 330 | 122 | 73 |
| Binary | 1000001 | 10000100 | 11101100 | 1001000 | 101100 | 0 | 111 | 11011000 | 1010010 | 111011 |
Color Harmonies of #4184EC
Complementary color
Monochromatic Colors of #4184EC
Black with #4184EC
Text Example
Text Example
White with #4184EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4184EC; }
p { color: rgb(65,132,236); }
H1.HeaderClassName
{
color: #4184EC;
}
.AnyTagClassName
{
color: #4184EC;
}
</style>
background-color css
<style>
a { background-color: #4184EC; }
a { background-color: rgb(65,132,236); }
div.DivClassName
{
background-color: #4184EC;
}
.BgClassName
{
background-color: #4184EC;
}
</style>
border-color css
<style>
span { border-color: #4184EC; }
span { border-color: rgb(65,132,236); }
td.TdClassName
{
border-color: #4184EC;
}
.TagClassName
{
border-color: #4184EC;
}
</style>