Shades of Royal Blue #4570DF
Tints of Royal Blue #4570DF
RGB
CMYK
RGB Variations
Color information
#4570DF (or 0x4570DF) is known color: Royal Blue. HEX triplet: 45, 70 and DF. RGB value is (69,112,223). Sum of RGB (Red+Green+Blue) = 69+112+223=404 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.08% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #4570DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4570DF is #BA8F20. Grayscale: #6F6F6F. Windows color (decimal): -12226337 or 14643269. OLE color: 14643269.
HSL color Cylindrical-coordinate representation of color #4570DF: hue angle of 223.25º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4570DF is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 112 | 223 | - |
| CMYK | 0.69 | 0.50 | 0 | 0.13 |
| HSL | 223.25º | 0.71% | 0.57% | - |
| HSV(B) | 223.25º | 0.69% | 0.87% | - |
| XYZ | 21.57 | 18.18 | 72.18 | - |
| YUV | 111.8 | 190.75 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 112 | 223 | 0.69 | 0.50 | 0 | 0.13 | 223.25 | 0.71 | 0.57 |
| Hex | 45 | 70 | DF | 45 | 32 | 0 | D | DF | 47 | 39 |
| Octal | 105 | 160 | 337 | 105 | 62 | 0 | 15 | 337 | 107 | 71 |
| Binary | 1000101 | 1110000 | 11011111 | 1000101 | 110010 | 0 | 1101 | 11011111 | 1000111 | 111001 |
Color Harmonies of #4570DF
Complementary color
Monochromatic Colors of #4570DF
Black with #4570DF
Text Example
Text Example
White with #4570DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4570DF; }
p { color: rgb(69,112,223); }
H1.HeaderClassName
{
color: #4570DF;
}
.AnyTagClassName
{
color: #4570DF;
}
</style>
background-color css
<style>
a { background-color: #4570DF; }
a { background-color: rgb(69,112,223); }
div.DivClassName
{
background-color: #4570DF;
}
.BgClassName
{
background-color: #4570DF;
}
</style>
border-color css
<style>
span { border-color: #4570DF; }
span { border-color: rgb(69,112,223); }
td.TdClassName
{
border-color: #4570DF;
}
.TagClassName
{
border-color: #4570DF;
}
</style>