Shades of Royal Blue #456DCD
Tints of Royal Blue #456DCD
RGB
CMYK
RGB Variations
Color information
#456DCD (or 0x456DCD) is known color: Royal Blue. HEX triplet: 45, 6D and CD. RGB value is (69,109,205). Sum of RGB (Red+Green+Blue) = 69+109+205=383 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.02% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #456DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456DCD is #BA9232. Grayscale: #6B6B6B. Windows color (decimal): -12227123 or 13462853. OLE color: 13462853.
HSL color Cylindrical-coordinate representation of color #456DCD: hue angle of 222.35º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #456DCD is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 109 | 205 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.20 |
| HSL | 222.35º | 0.58% | 0.54% | - |
| HSV(B) | 222.35º | 0.66% | 0.8% | - |
| XYZ | 18.94 | 16.61 | 59.97 | - |
| YUV | 107.98 | 182.75 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 109 | 205 | 0.66 | 0.47 | 0 | 0.20 | 222.35 | 0.58 | 0.54 |
| Hex | 45 | 6D | CD | 42 | 2F | 0 | 14 | DE | 3A | 36 |
| Octal | 105 | 155 | 315 | 102 | 57 | 0 | 24 | 336 | 72 | 66 |
| Binary | 1000101 | 1101101 | 11001101 | 1000010 | 101111 | 0 | 10100 | 11011110 | 111010 | 110110 |
Color Harmonies of #456DCD
Complementary color
Monochromatic Colors of #456DCD
Black with #456DCD
Text Example
Text Example
White with #456DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456DCD; }
p { color: rgb(69,109,205); }
H1.HeaderClassName
{
color: #456DCD;
}
.AnyTagClassName
{
color: #456DCD;
}
</style>
background-color css
<style>
a { background-color: #456DCD; }
a { background-color: rgb(69,109,205); }
div.DivClassName
{
background-color: #456DCD;
}
.BgClassName
{
background-color: #456DCD;
}
</style>
border-color css
<style>
span { border-color: #456DCD; }
span { border-color: rgb(69,109,205); }
td.TdClassName
{
border-color: #456DCD;
}
.TagClassName
{
border-color: #456DCD;
}
</style>