Shades of Royal Blue #456FEC
Tints of Royal Blue #456FEC
RGB
CMYK
RGB Variations
Color information
#456FEC (or 0x456FEC) is known color: Royal Blue. HEX triplet: 45, 6F and EC. RGB value is (69,111,236). Sum of RGB (Red+Green+Blue) = 69+111+236=416 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.59% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #456FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456FEC is #BA9013. Grayscale: #707070. Windows color (decimal): -12226580 or 15494981. OLE color: 15494981.
HSL color Cylindrical-coordinate representation of color #456FEC: hue angle of 224.91º 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 #456FEC is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 111 | 236 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.07 |
| HSL | 224.91º | 0.81% | 0.6% | - |
| HSV(B) | 224.91º | 0.71% | 0.93% | - |
| XYZ | 23.28 | 18.69 | 81.74 | - |
| YUV | 112.69 | 197.59 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 236 | 0.71 | 0.53 | 0 | 0.07 | 224.91 | 0.81 | 0.6 |
| Hex | 45 | 6F | EC | 47 | 35 | 0 | 7 | E1 | 51 | 3C |
| Octal | 105 | 157 | 354 | 107 | 65 | 0 | 7 | 341 | 121 | 74 |
| Binary | 1000101 | 1101111 | 11101100 | 1000111 | 110101 | 0 | 111 | 11100001 | 1010001 | 111100 |
Color Harmonies of #456FEC
Complementary color
Monochromatic Colors of #456FEC
Black with #456FEC
Text Example
Text Example
White with #456FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456FEC; }
p { color: rgb(69,111,236); }
H1.HeaderClassName
{
color: #456FEC;
}
.AnyTagClassName
{
color: #456FEC;
}
</style>
background-color css
<style>
a { background-color: #456FEC; }
a { background-color: rgb(69,111,236); }
div.DivClassName
{
background-color: #456FEC;
}
.BgClassName
{
background-color: #456FEC;
}
</style>
border-color css
<style>
span { border-color: #456FEC; }
span { border-color: rgb(69,111,236); }
td.TdClassName
{
border-color: #456FEC;
}
.TagClassName
{
border-color: #456FEC;
}
</style>