Shades of Royal Blue #456FE0
Tints of Royal Blue #456FE0
RGB
CMYK
RGB Variations
Color information
#456FE0 (or 0x456FE0) is known color: Royal Blue. HEX triplet: 45, 6F and E0. RGB value is (69,111,224). Sum of RGB (Red+Green+Blue) = 69+111+224=404 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.08% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 224 (87.89% from 255 or 55.45% from 404); Max value from RGB is 224 - color contains mainly: blue. Hex color #456FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456FE0 is #BA901F. Grayscale: #6E6E6E. Windows color (decimal): -12226592 or 14708549. OLE color: 14708549.
HSL color Cylindrical-coordinate representation of color #456FE0: hue angle of 223.74º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #456FE0 is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 111 | 224 | - |
| CMYK | 0.69 | 0.50 | 0 | 0.12 |
| HSL | 223.74º | 0.71% | 0.57% | - |
| HSV(B) | 223.74º | 0.69% | 0.88% | - |
| XYZ | 21.59 | 18.02 | 72.86 | - |
| YUV | 111.32 | 191.59 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 224 | 0.69 | 0.50 | 0 | 0.12 | 223.74 | 0.71 | 0.57 |
| Hex | 45 | 6F | E0 | 45 | 32 | 0 | C | E0 | 47 | 39 |
| Octal | 105 | 157 | 340 | 105 | 62 | 0 | 14 | 340 | 107 | 71 |
| Binary | 1000101 | 1101111 | 11100000 | 1000101 | 110010 | 0 | 1100 | 11100000 | 1000111 | 111001 |
Color Harmonies of #456FE0
Complementary color
Monochromatic Colors of #456FE0
Black with #456FE0
Text Example
Text Example
White with #456FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456FE0; }
p { color: rgb(69,111,224); }
H1.HeaderClassName
{
color: #456FE0;
}
.AnyTagClassName
{
color: #456FE0;
}
</style>
background-color css
<style>
a { background-color: #456FE0; }
a { background-color: rgb(69,111,224); }
div.DivClassName
{
background-color: #456FE0;
}
.BgClassName
{
background-color: #456FE0;
}
</style>
border-color css
<style>
span { border-color: #456FE0; }
span { border-color: rgb(69,111,224); }
td.TdClassName
{
border-color: #456FE0;
}
.TagClassName
{
border-color: #456FE0;
}
</style>