Shades of Royal Blue #457ADD
Tints of Royal Blue #457ADD
RGB
CMYK
RGB Variations
Color information
#457ADD (or 0x457ADD) is known color: Royal Blue. HEX triplet: 45, 7A and DD. RGB value is (69,122,221). Sum of RGB (Red+Green+Blue) = 69+122+221=412 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.75% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #457ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457ADD is #BA8522. Grayscale: #747474. Windows color (decimal): -12223779 or 14514757. OLE color: 14514757.
HSL color Cylindrical-coordinate representation of color #457ADD: hue angle of 219.08º 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 #457ADD is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 122 | 221 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.13 |
| HSL | 219.08º | 0.69% | 0.57% | - |
| HSV(B) | 219.08º | 0.69% | 0.87% | - |
| XYZ | 22.46 | 20.4 | 71.16 | - |
| YUV | 117.44 | 186.44 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 122 | 221 | 0.69 | 0.45 | 0 | 0.13 | 219.08 | 0.69 | 0.57 |
| Hex | 45 | 7A | DD | 45 | 2D | 0 | D | DB | 45 | 39 |
| Octal | 105 | 172 | 335 | 105 | 55 | 0 | 15 | 333 | 105 | 71 |
| Binary | 1000101 | 1111010 | 11011101 | 1000101 | 101101 | 0 | 1101 | 11011011 | 1000101 | 111001 |
Color Harmonies of #457ADD
Complementary color
Monochromatic Colors of #457ADD
Black with #457ADD
Text Example
Text Example
White with #457ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457ADD; }
p { color: rgb(69,122,221); }
H1.HeaderClassName
{
color: #457ADD;
}
.AnyTagClassName
{
color: #457ADD;
}
</style>
background-color css
<style>
a { background-color: #457ADD; }
a { background-color: rgb(69,122,221); }
div.DivClassName
{
background-color: #457ADD;
}
.BgClassName
{
background-color: #457ADD;
}
</style>
border-color css
<style>
span { border-color: #457ADD; }
span { border-color: rgb(69,122,221); }
td.TdClassName
{
border-color: #457ADD;
}
.TagClassName
{
border-color: #457ADD;
}
</style>