Shades of Royal Blue #457CDD
Tints of Royal Blue #457CDD
RGB
CMYK
RGB Variations
Color information
#457CDD (or 0x457CDD) is known color: Royal Blue. HEX triplet: 45, 7C and DD. RGB value is (69,124,221). Sum of RGB (Red+Green+Blue) = 69+124+221=414 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.67% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #457CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457CDD is #BA8322. Grayscale: #767676. Windows color (decimal): -12223267 or 14515269. OLE color: 14515269.
HSL color Cylindrical-coordinate representation of color #457CDD: hue angle of 218.29º degrees, saturation: 0.69, 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 #457CDD is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 124 | 221 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.13 |
| HSL | 218.29º | 0.69% | 0.57% | - |
| HSV(B) | 218.29º | 0.69% | 0.87% | - |
| XYZ | 22.71 | 20.9 | 71.24 | - |
| YUV | 118.61 | 185.78 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 124 | 221 | 0.69 | 0.44 | 0 | 0.13 | 218.29 | 0.69 | 0.57 |
| Hex | 45 | 7C | DD | 45 | 2C | 0 | D | DA | 45 | 39 |
| Octal | 105 | 174 | 335 | 105 | 54 | 0 | 15 | 332 | 105 | 71 |
| Binary | 1000101 | 1111100 | 11011101 | 1000101 | 101100 | 0 | 1101 | 11011010 | 1000101 | 111001 |
Color Harmonies of #457CDD
Complementary color
Monochromatic Colors of #457CDD
Black with #457CDD
Text Example
Text Example
White with #457CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457CDD; }
p { color: rgb(69,124,221); }
H1.HeaderClassName
{
color: #457CDD;
}
.AnyTagClassName
{
color: #457CDD;
}
</style>
background-color css
<style>
a { background-color: #457CDD; }
a { background-color: rgb(69,124,221); }
div.DivClassName
{
background-color: #457CDD;
}
.BgClassName
{
background-color: #457CDD;
}
</style>
border-color css
<style>
span { border-color: #457CDD; }
span { border-color: rgb(69,124,221); }
td.TdClassName
{
border-color: #457CDD;
}
.TagClassName
{
border-color: #457CDD;
}
</style>