Shades of Royal Blue #456ADE
Tints of Royal Blue #456ADE
RGB
CMYK
RGB Variations
Color information
#456ADE (or 0x456ADE) is known color: Royal Blue. HEX triplet: 45, 6A and DE. RGB value is (69,106,222). Sum of RGB (Red+Green+Blue) = 69+106+222=397 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.38% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 222 (87.11% from 255 or 55.92% from 397); Max value from RGB is 222 - color contains mainly: blue. Hex color #456ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456ADE is #BA9521. Grayscale: #6B6B6B. Windows color (decimal): -12227874 or 14576197. OLE color: 14576197.
HSL color Cylindrical-coordinate representation of color #456ADE: hue angle of 225.49º degrees, saturation: 0.7, 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 #456ADE is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 106 | 222 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.13 |
| HSL | 225.49º | 0.7% | 0.57% | - |
| HSV(B) | 225.49º | 0.69% | 0.87% | - |
| XYZ | 20.79 | 16.85 | 71.26 | - |
| YUV | 108.16 | 192.24 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 106 | 222 | 0.69 | 0.52 | 0 | 0.13 | 225.49 | 0.7 | 0.57 |
| Hex | 45 | 6A | DE | 45 | 34 | 0 | D | E1 | 46 | 39 |
| Octal | 105 | 152 | 336 | 105 | 64 | 0 | 15 | 341 | 106 | 71 |
| Binary | 1000101 | 1101010 | 11011110 | 1000101 | 110100 | 0 | 1101 | 11100001 | 1000110 | 111001 |
Color Harmonies of #456ADE
Complementary color
Monochromatic Colors of #456ADE
Black with #456ADE
Text Example
Text Example
White with #456ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456ADE; }
p { color: rgb(69,106,222); }
H1.HeaderClassName
{
color: #456ADE;
}
.AnyTagClassName
{
color: #456ADE;
}
</style>
background-color css
<style>
a { background-color: #456ADE; }
a { background-color: rgb(69,106,222); }
div.DivClassName
{
background-color: #456ADE;
}
.BgClassName
{
background-color: #456ADE;
}
</style>
border-color css
<style>
span { border-color: #456ADE; }
span { border-color: rgb(69,106,222); }
td.TdClassName
{
border-color: #456ADE;
}
.TagClassName
{
border-color: #456ADE;
}
</style>