Shades of Royal Blue #456CDE
Tints of Royal Blue #456CDE
RGB
CMYK
RGB Variations
Color information
#456CDE (or 0x456CDE) is known color: Royal Blue. HEX triplet: 45, 6C and DE. RGB value is (69,108,222). Sum of RGB (Red+Green+Blue) = 69+108+222=399 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.29% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #456CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456CDE is #BA9321. Grayscale: #6C6C6C. Windows color (decimal): -12227362 or 14576709. OLE color: 14576709.
HSL color Cylindrical-coordinate representation of color #456CDE: hue angle of 224.71º 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 #456CDE is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 108 | 222 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.13 |
| HSL | 224.71º | 0.7% | 0.57% | - |
| HSV(B) | 224.71º | 0.69% | 0.87% | - |
| XYZ | 21 | 17.26 | 71.33 | - |
| YUV | 109.34 | 191.58 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 222 | 0.69 | 0.51 | 0 | 0.13 | 224.71 | 0.7 | 0.57 |
| Hex | 45 | 6C | DE | 45 | 33 | 0 | D | E1 | 46 | 39 |
| Octal | 105 | 154 | 336 | 105 | 63 | 0 | 15 | 341 | 106 | 71 |
| Binary | 1000101 | 1101100 | 11011110 | 1000101 | 110011 | 0 | 1101 | 11100001 | 1000110 | 111001 |
Color Harmonies of #456CDE
Complementary color
Monochromatic Colors of #456CDE
Black with #456CDE
Text Example
Text Example
White with #456CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456CDE; }
p { color: rgb(69,108,222); }
H1.HeaderClassName
{
color: #456CDE;
}
.AnyTagClassName
{
color: #456CDE;
}
</style>
background-color css
<style>
a { background-color: #456CDE; }
a { background-color: rgb(69,108,222); }
div.DivClassName
{
background-color: #456CDE;
}
.BgClassName
{
background-color: #456CDE;
}
</style>
border-color css
<style>
span { border-color: #456CDE; }
span { border-color: rgb(69,108,222); }
td.TdClassName
{
border-color: #456CDE;
}
.TagClassName
{
border-color: #456CDE;
}
</style>