Shades of Royal Blue #456BDE
Tints of Royal Blue #456BDE
RGB
CMYK
RGB Variations
Color information
#456BDE (or 0x456BDE) is known color: Royal Blue. HEX triplet: 45, 6B and DE. RGB value is (69,107,222). Sum of RGB (Red+Green+Blue) = 69+107+222=398 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.34% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #456BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456BDE is #BA9421. Grayscale: #6C6C6C. Windows color (decimal): -12227618 or 14576453. OLE color: 14576453.
HSL color Cylindrical-coordinate representation of color #456BDE: hue angle of 225.1º 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 #456BDE is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 107 | 222 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.13 |
| HSL | 225.1º | 0.7% | 0.57% | - |
| HSV(B) | 225.1º | 0.69% | 0.87% | - |
| XYZ | 20.9 | 17.05 | 71.3 | - |
| YUV | 108.75 | 191.91 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 222 | 0.69 | 0.52 | 0 | 0.13 | 225.1 | 0.7 | 0.57 |
| Hex | 45 | 6B | DE | 45 | 34 | 0 | D | E1 | 46 | 39 |
| Octal | 105 | 153 | 336 | 105 | 64 | 0 | 15 | 341 | 106 | 71 |
| Binary | 1000101 | 1101011 | 11011110 | 1000101 | 110100 | 0 | 1101 | 11100001 | 1000110 | 111001 |
Color Harmonies of #456BDE
Complementary color
Monochromatic Colors of #456BDE
Black with #456BDE
Text Example
Text Example
White with #456BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456BDE; }
p { color: rgb(69,107,222); }
H1.HeaderClassName
{
color: #456BDE;
}
.AnyTagClassName
{
color: #456BDE;
}
</style>
background-color css
<style>
a { background-color: #456BDE; }
a { background-color: rgb(69,107,222); }
div.DivClassName
{
background-color: #456BDE;
}
.BgClassName
{
background-color: #456BDE;
}
</style>
border-color css
<style>
span { border-color: #456BDE; }
span { border-color: rgb(69,107,222); }
td.TdClassName
{
border-color: #456BDE;
}
.TagClassName
{
border-color: #456BDE;
}
</style>