Shades of Royal Blue #456CED
Tints of Royal Blue #456CED
RGB
CMYK
RGB Variations
Color information
#456CED (or 0x456CED) is known color: Royal Blue. HEX triplet: 45, 6C and ED. RGB value is (69,108,237). Sum of RGB (Red+Green+Blue) = 69+108+237=414 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.67% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 237 (92.97% from 255 or 57.25% from 414); Max value from RGB is 237 - color contains mainly: blue. Hex color #456CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456CED is #BA9312. Grayscale: #6E6E6E. Windows color (decimal): -12227347 or 15559749. OLE color: 15559749.
HSL color Cylindrical-coordinate representation of color #456CED: hue angle of 226.07º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #456CED is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 108 | 237 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.07 |
| HSL | 226.07º | 0.82% | 0.6% | - |
| HSV(B) | 226.07º | 0.71% | 0.93% | - |
| XYZ | 23.1 | 18.1 | 82.4 | - |
| YUV | 111.05 | 199.08 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 237 | 0.71 | 0.54 | 0 | 0.07 | 226.07 | 0.82 | 0.6 |
| Hex | 45 | 6C | ED | 47 | 36 | 0 | 7 | E2 | 52 | 3C |
| Octal | 105 | 154 | 355 | 107 | 66 | 0 | 7 | 342 | 122 | 74 |
| Binary | 1000101 | 1101100 | 11101101 | 1000111 | 110110 | 0 | 111 | 11100010 | 1010010 | 111100 |
Color Harmonies of #456CED
Complementary color
Monochromatic Colors of #456CED
Black with #456CED
Text Example
Text Example
White with #456CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456CED; }
p { color: rgb(69,108,237); }
H1.HeaderClassName
{
color: #456CED;
}
.AnyTagClassName
{
color: #456CED;
}
</style>
background-color css
<style>
a { background-color: #456CED; }
a { background-color: rgb(69,108,237); }
div.DivClassName
{
background-color: #456CED;
}
.BgClassName
{
background-color: #456CED;
}
</style>
border-color css
<style>
span { border-color: #456CED; }
span { border-color: rgb(69,108,237); }
td.TdClassName
{
border-color: #456CED;
}
.TagClassName
{
border-color: #456CED;
}
</style>