Shades of Royal Blue #457DDC
Tints of Royal Blue #457DDC
RGB
CMYK
RGB Variations
Color information
#457DDC (or 0x457DDC) is known color: Royal Blue. HEX triplet: 45, 7D and DC. RGB value is (69,125,220). Sum of RGB (Red+Green+Blue) = 69+125+220=414 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.67% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #457DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457DDC is #BA8223. Grayscale: #767676. Windows color (decimal): -12223012 or 14449989. OLE color: 14449989.
HSL color Cylindrical-coordinate representation of color #457DDC: hue angle of 217.75º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #457DDC is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 125 | 220 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.14 |
| HSL | 217.75º | 0.68% | 0.57% | - |
| HSV(B) | 217.75º | 0.69% | 0.86% | - |
| XYZ | 22.71 | 21.1 | 70.59 | - |
| YUV | 119.09 | 184.95 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 220 | 0.69 | 0.43 | 0 | 0.14 | 217.75 | 0.68 | 0.57 |
| Hex | 45 | 7D | DC | 45 | 2B | 0 | E | DA | 44 | 39 |
| Octal | 105 | 175 | 334 | 105 | 53 | 0 | 16 | 332 | 104 | 71 |
| Binary | 1000101 | 1111101 | 11011100 | 1000101 | 101011 | 0 | 1110 | 11011010 | 1000100 | 111001 |
Color Harmonies of #457DDC
Complementary color
Monochromatic Colors of #457DDC
Black with #457DDC
Text Example
Text Example
White with #457DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457DDC; }
p { color: rgb(69,125,220); }
H1.HeaderClassName
{
color: #457DDC;
}
.AnyTagClassName
{
color: #457DDC;
}
</style>
background-color css
<style>
a { background-color: #457DDC; }
a { background-color: rgb(69,125,220); }
div.DivClassName
{
background-color: #457DDC;
}
.BgClassName
{
background-color: #457DDC;
}
</style>
border-color css
<style>
span { border-color: #457DDC; }
span { border-color: rgb(69,125,220); }
td.TdClassName
{
border-color: #457DDC;
}
.TagClassName
{
border-color: #457DDC;
}
</style>