Shades of Royal Blue #456DDD
Tints of Royal Blue #456DDD
RGB
CMYK
RGB Variations
Color information
#456DDD (or 0x456DDD) is known color: Royal Blue. HEX triplet: 45, 6D and DD. RGB value is (69,109,221). Sum of RGB (Red+Green+Blue) = 69+109+221=399 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.29% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #456DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456DDD is #BA9222. Grayscale: #6D6D6D. Windows color (decimal): -12227107 or 14511429. OLE color: 14511429.
HSL color Cylindrical-coordinate representation of color #456DDD: hue angle of 224.21º 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 #456DDD is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 109 | 221 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.13 |
| HSL | 224.21º | 0.69% | 0.57% | - |
| HSV(B) | 224.21º | 0.69% | 0.87% | - |
| XYZ | 20.97 | 17.42 | 70.66 | - |
| YUV | 109.81 | 190.75 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 109 | 221 | 0.69 | 0.51 | 0 | 0.13 | 224.21 | 0.69 | 0.57 |
| Hex | 45 | 6D | DD | 45 | 33 | 0 | D | E0 | 45 | 39 |
| Octal | 105 | 155 | 335 | 105 | 63 | 0 | 15 | 340 | 105 | 71 |
| Binary | 1000101 | 1101101 | 11011101 | 1000101 | 110011 | 0 | 1101 | 11100000 | 1000101 | 111001 |
Color Harmonies of #456DDD
Complementary color
Monochromatic Colors of #456DDD
Black with #456DDD
Text Example
Text Example
White with #456DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456DDD; }
p { color: rgb(69,109,221); }
H1.HeaderClassName
{
color: #456DDD;
}
.AnyTagClassName
{
color: #456DDD;
}
</style>
background-color css
<style>
a { background-color: #456DDD; }
a { background-color: rgb(69,109,221); }
div.DivClassName
{
background-color: #456DDD;
}
.BgClassName
{
background-color: #456DDD;
}
</style>
border-color css
<style>
span { border-color: #456DDD; }
span { border-color: rgb(69,109,221); }
td.TdClassName
{
border-color: #456DDD;
}
.TagClassName
{
border-color: #456DDD;
}
</style>