Shades of Royal Blue #456FE5
Tints of Royal Blue #456FE5
RGB
CMYK
RGB Variations
Color information
#456FE5 (or 0x456FE5) is known color: Royal Blue. HEX triplet: 45, 6F and E5. RGB value is (69,111,229). Sum of RGB (Red+Green+Blue) = 69+111+229=409 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.87% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 229 (89.84% from 255 or 55.99% from 409); Max value from RGB is 229 - color contains mainly: blue. Hex color #456FE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456FE5 is #BA901A. Grayscale: #6F6F6F. Windows color (decimal): -12226587 or 15036229. OLE color: 15036229.
HSL color Cylindrical-coordinate representation of color #456FE5: hue angle of 224.25º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #456FE5 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 111 | 229 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.10 |
| HSL | 224.25º | 0.75% | 0.58% | - |
| HSV(B) | 224.25º | 0.7% | 0.9% | - |
| XYZ | 22.28 | 18.29 | 76.48 | - |
| YUV | 111.89 | 194.09 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 229 | 0.70 | 0.52 | 0 | 0.10 | 224.25 | 0.75 | 0.58 |
| Hex | 45 | 6F | E5 | 46 | 34 | 0 | A | E0 | 4B | 3A |
| Octal | 105 | 157 | 345 | 106 | 64 | 0 | 12 | 340 | 113 | 72 |
| Binary | 1000101 | 1101111 | 11100101 | 1000110 | 110100 | 0 | 1010 | 11100000 | 1001011 | 111010 |
Color Harmonies of #456FE5
Complementary color
Monochromatic Colors of #456FE5
Black with #456FE5
Text Example
Text Example
White with #456FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456FE5; }
p { color: rgb(69,111,229); }
H1.HeaderClassName
{
color: #456FE5;
}
.AnyTagClassName
{
color: #456FE5;
}
</style>
background-color css
<style>
a { background-color: #456FE5; }
a { background-color: rgb(69,111,229); }
div.DivClassName
{
background-color: #456FE5;
}
.BgClassName
{
background-color: #456FE5;
}
</style>
border-color css
<style>
span { border-color: #456FE5; }
span { border-color: rgb(69,111,229); }
td.TdClassName
{
border-color: #456FE5;
}
.TagClassName
{
border-color: #456FE5;
}
</style>