Shades of Royal Blue #4559ED
Tints of Royal Blue #4559ED
RGB
CMYK
RGB Variations
Color information
#4559ED (or 0x4559ED) is known color: Royal Blue. HEX triplet: 45, 59 and ED. RGB value is (69,89,237). Sum of RGB (Red+Green+Blue) = 69+89+237=395 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.47% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 237 (92.97% from 255 or 60% from 395); Max value from RGB is 237 - color contains mainly: blue. Hex color #4559ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4559ED is #BAA612. Grayscale: #636363. Windows color (decimal): -12232211 or 15554885. OLE color: 15554885.
HSL color Cylindrical-coordinate representation of color #4559ED: hue angle of 232.86º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4559ED is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 89 | 237 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.07 |
| HSL | 232.86º | 0.82% | 0.6% | - |
| HSV(B) | 232.86º | 0.71% | 0.93% | - |
| XYZ | 21.31 | 14.52 | 81.8 | - |
| YUV | 99.89 | 205.37 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 89 | 237 | 0.71 | 0.62 | 0 | 0.07 | 232.86 | 0.82 | 0.6 |
| Hex | 45 | 59 | ED | 47 | 3E | 0 | 7 | E9 | 52 | 3C |
| Octal | 105 | 131 | 355 | 107 | 76 | 0 | 7 | 351 | 122 | 74 |
| Binary | 1000101 | 1011001 | 11101101 | 1000111 | 111110 | 0 | 111 | 11101001 | 1010010 | 111100 |
Color Harmonies of #4559ED
Complementary color
Monochromatic Colors of #4559ED
Black with #4559ED
Text Example
Text Example
White with #4559ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4559ED; }
p { color: rgb(69,89,237); }
H1.HeaderClassName
{
color: #4559ED;
}
.AnyTagClassName
{
color: #4559ED;
}
</style>
background-color css
<style>
a { background-color: #4559ED; }
a { background-color: rgb(69,89,237); }
div.DivClassName
{
background-color: #4559ED;
}
.BgClassName
{
background-color: #4559ED;
}
</style>
border-color css
<style>
span { border-color: #4559ED; }
span { border-color: rgb(69,89,237); }
td.TdClassName
{
border-color: #4559ED;
}
.TagClassName
{
border-color: #4559ED;
}
</style>