Shades of Royal Blue #4570ED
Tints of Royal Blue #4570ED
RGB
CMYK
RGB Variations
Color information
#4570ED (or 0x4570ED) is known color: Royal Blue. HEX triplet: 45, 70 and ED. RGB value is (69,112,237). Sum of RGB (Red+Green+Blue) = 69+112+237=418 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.51% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 237 (92.97% from 255 or 56.70% from 418); Max value from RGB is 237 - color contains mainly: blue. Hex color #4570ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4570ED is #BA8F12. Grayscale: #707070. Windows color (decimal): -12226323 or 15560773. OLE color: 15560773.
HSL color Cylindrical-coordinate representation of color #4570ED: hue angle of 224.64º 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 #4570ED is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 112 | 237 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.07 |
| HSL | 224.64º | 0.82% | 0.6% | - |
| HSV(B) | 224.64º | 0.71% | 0.93% | - |
| XYZ | 23.53 | 18.97 | 82.54 | - |
| YUV | 113.39 | 197.75 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 112 | 237 | 0.71 | 0.53 | 0 | 0.07 | 224.64 | 0.82 | 0.6 |
| Hex | 45 | 70 | ED | 47 | 35 | 0 | 7 | E1 | 52 | 3C |
| Octal | 105 | 160 | 355 | 107 | 65 | 0 | 7 | 341 | 122 | 74 |
| Binary | 1000101 | 1110000 | 11101101 | 1000111 | 110101 | 0 | 111 | 11100001 | 1010010 | 111100 |
Color Harmonies of #4570ED
Complementary color
Monochromatic Colors of #4570ED
Black with #4570ED
Text Example
Text Example
White with #4570ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4570ED; }
p { color: rgb(69,112,237); }
H1.HeaderClassName
{
color: #4570ED;
}
.AnyTagClassName
{
color: #4570ED;
}
</style>
background-color css
<style>
a { background-color: #4570ED; }
a { background-color: rgb(69,112,237); }
div.DivClassName
{
background-color: #4570ED;
}
.BgClassName
{
background-color: #4570ED;
}
</style>
border-color css
<style>
span { border-color: #4570ED; }
span { border-color: rgb(69,112,237); }
td.TdClassName
{
border-color: #4570ED;
}
.TagClassName
{
border-color: #4570ED;
}
</style>