Shades of Royal Blue #456CCD
Tints of Royal Blue #456CCD
RGB
CMYK
RGB Variations
Color information
#456CCD (or 0x456CCD) is known color: Royal Blue. HEX triplet: 45, 6C and CD. RGB value is (69,108,205). Sum of RGB (Red+Green+Blue) = 69+108+205=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #456CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456CCD is #BA9332. Grayscale: #6A6A6A. Windows color (decimal): -12227379 or 13462597. OLE color: 13462597.
HSL color Cylindrical-coordinate representation of color #456CCD: hue angle of 222.79º 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 #456CCD is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 108 | 205 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.20 |
| HSL | 222.79º | 0.58% | 0.54% | - |
| HSV(B) | 222.79º | 0.66% | 0.8% | - |
| XYZ | 18.84 | 16.4 | 59.93 | - |
| YUV | 107.4 | 183.08 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 205 | 0.66 | 0.47 | 0 | 0.20 | 222.79 | 0.58 | 0.54 |
| Hex | 45 | 6C | CD | 42 | 2F | 0 | 14 | DF | 3A | 36 |
| Octal | 105 | 154 | 315 | 102 | 57 | 0 | 24 | 337 | 72 | 66 |
| Binary | 1000101 | 1101100 | 11001101 | 1000010 | 101111 | 0 | 10100 | 11011111 | 111010 | 110110 |
Color Harmonies of #456CCD
Complementary color
Monochromatic Colors of #456CCD
Black with #456CCD
Text Example
Text Example
White with #456CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456CCD; }
p { color: rgb(69,108,205); }
H1.HeaderClassName
{
color: #456CCD;
}
.AnyTagClassName
{
color: #456CCD;
}
</style>
background-color css
<style>
a { background-color: #456CCD; }
a { background-color: rgb(69,108,205); }
div.DivClassName
{
background-color: #456CCD;
}
.BgClassName
{
background-color: #456CCD;
}
</style>
border-color css
<style>
span { border-color: #456CCD; }
span { border-color: rgb(69,108,205); }
td.TdClassName
{
border-color: #456CCD;
}
.TagClassName
{
border-color: #456CCD;
}
</style>