Shades of Royal Blue #4571DF
Tints of Royal Blue #4571DF
RGB
CMYK
RGB Variations
Color information
#4571DF (or 0x4571DF) is known color: Royal Blue. HEX triplet: 45, 71 and DF. RGB value is (69,113,223). Sum of RGB (Red+Green+Blue) = 69+113+223=405 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.04% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #4571DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4571DF is #BA8E20. Grayscale: #6F6F6F. Windows color (decimal): -12226081 or 14643525. OLE color: 14643525.
HSL color Cylindrical-coordinate representation of color #4571DF: hue angle of 222.86º 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 #4571DF is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 113 | 223 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.13 |
| HSL | 222.86º | 0.71% | 0.57% | - |
| HSV(B) | 222.86º | 0.69% | 0.87% | - |
| XYZ | 21.68 | 18.4 | 72.22 | - |
| YUV | 112.38 | 190.42 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 113 | 223 | 0.69 | 0.49 | 0 | 0.13 | 222.86 | 0.71 | 0.57 |
| Hex | 45 | 71 | DF | 45 | 31 | 0 | D | DF | 47 | 39 |
| Octal | 105 | 161 | 337 | 105 | 61 | 0 | 15 | 337 | 107 | 71 |
| Binary | 1000101 | 1110001 | 11011111 | 1000101 | 110001 | 0 | 1101 | 11011111 | 1000111 | 111001 |
Color Harmonies of #4571DF
Complementary color
Monochromatic Colors of #4571DF
Black with #4571DF
Text Example
Text Example
White with #4571DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4571DF; }
p { color: rgb(69,113,223); }
H1.HeaderClassName
{
color: #4571DF;
}
.AnyTagClassName
{
color: #4571DF;
}
</style>
background-color css
<style>
a { background-color: #4571DF; }
a { background-color: rgb(69,113,223); }
div.DivClassName
{
background-color: #4571DF;
}
.BgClassName
{
background-color: #4571DF;
}
</style>
border-color css
<style>
span { border-color: #4571DF; }
span { border-color: rgb(69,113,223); }
td.TdClassName
{
border-color: #4571DF;
}
.TagClassName
{
border-color: #4571DF;
}
</style>