Shades of Royal Blue #456CEC
Tints of Royal Blue #456CEC
RGB
CMYK
RGB Variations
Color information
#456CEC (or 0x456CEC) is known color: Royal Blue. HEX triplet: 45, 6C and EC. RGB value is (69,108,236). Sum of RGB (Red+Green+Blue) = 69+108+236=413 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.71% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #456CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456CEC is #BA9313. Grayscale: #6E6E6E. Windows color (decimal): -12227348 or 15494213. OLE color: 15494213.
HSL color Cylindrical-coordinate representation of color #456CEC: hue angle of 225.99º degrees, saturation: 0.81, 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 #456CEC is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 108 | 236 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.07 |
| HSL | 225.99º | 0.81% | 0.6% | - |
| HSV(B) | 225.99º | 0.71% | 0.93% | - |
| XYZ | 22.96 | 18.05 | 81.63 | - |
| YUV | 110.93 | 198.58 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 236 | 0.71 | 0.54 | 0 | 0.07 | 225.99 | 0.81 | 0.6 |
| Hex | 45 | 6C | EC | 47 | 36 | 0 | 7 | E2 | 51 | 3C |
| Octal | 105 | 154 | 354 | 107 | 66 | 0 | 7 | 342 | 121 | 74 |
| Binary | 1000101 | 1101100 | 11101100 | 1000111 | 110110 | 0 | 111 | 11100010 | 1010001 | 111100 |
Color Harmonies of #456CEC
Complementary color
Monochromatic Colors of #456CEC
Black with #456CEC
Text Example
Text Example
White with #456CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456CEC; }
p { color: rgb(69,108,236); }
H1.HeaderClassName
{
color: #456CEC;
}
.AnyTagClassName
{
color: #456CEC;
}
</style>
background-color css
<style>
a { background-color: #456CEC; }
a { background-color: rgb(69,108,236); }
div.DivClassName
{
background-color: #456CEC;
}
.BgClassName
{
background-color: #456CEC;
}
</style>
border-color css
<style>
span { border-color: #456CEC; }
span { border-color: rgb(69,108,236); }
td.TdClassName
{
border-color: #456CEC;
}
.TagClassName
{
border-color: #456CEC;
}
</style>