Shades of Royal Blue #456ADA
Tints of Royal Blue #456ADA
RGB
CMYK
RGB Variations
Color information
#456ADA (or 0x456ADA) is known color: Royal Blue. HEX triplet: 45, 6A and DA. RGB value is (69,106,218). Sum of RGB (Red+Green+Blue) = 69+106+218=393 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.56% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #456ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456ADA is #BA9525. Grayscale: #6B6B6B. Windows color (decimal): -12227878 or 14314053. OLE color: 14314053.
HSL color Cylindrical-coordinate representation of color #456ADA: hue angle of 225.1º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #456ADA is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 106 | 218 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.15 |
| HSL | 225.1º | 0.67% | 0.56% | - |
| HSV(B) | 225.1º | 0.68% | 0.85% | - |
| XYZ | 20.26 | 16.64 | 68.47 | - |
| YUV | 107.71 | 190.24 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 106 | 218 | 0.68 | 0.51 | 0 | 0.15 | 225.1 | 0.67 | 0.56 |
| Hex | 45 | 6A | DA | 44 | 33 | 0 | F | E1 | 43 | 38 |
| Octal | 105 | 152 | 332 | 104 | 63 | 0 | 17 | 341 | 103 | 70 |
| Binary | 1000101 | 1101010 | 11011010 | 1000100 | 110011 | 0 | 1111 | 11100001 | 1000011 | 111000 |
Color Harmonies of #456ADA
Complementary color
Monochromatic Colors of #456ADA
Black with #456ADA
Text Example
Text Example
White with #456ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456ADA; }
p { color: rgb(69,106,218); }
H1.HeaderClassName
{
color: #456ADA;
}
.AnyTagClassName
{
color: #456ADA;
}
</style>
background-color css
<style>
a { background-color: #456ADA; }
a { background-color: rgb(69,106,218); }
div.DivClassName
{
background-color: #456ADA;
}
.BgClassName
{
background-color: #456ADA;
}
</style>
border-color css
<style>
span { border-color: #456ADA; }
span { border-color: rgb(69,106,218); }
td.TdClassName
{
border-color: #456ADA;
}
.TagClassName
{
border-color: #456ADA;
}
</style>