Shades of Royal Blue #456EFD
Tints of Royal Blue #456EFD
RGB
CMYK
RGB Variations
Color information
#456EFD (or 0x456EFD) is known color: Royal Blue. HEX triplet: 45, 6E and FD. RGB value is (69,110,253). Sum of RGB (Red+Green+Blue) = 69+110+253=432 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.97% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #456EFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456EFD is #BA9102. Grayscale: #717171. Windows color (decimal): -12226819 or 16608837. OLE color: 16608837.
HSL color Cylindrical-coordinate representation of color #456EFD: hue angle of 226.63º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #456EFD is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 110 | 253 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.01 |
| HSL | 226.63º | 0.98% | 0.63% | - |
| HSV(B) | 226.63º | 0.73% | 0.99% | - |
| XYZ | 25.76 | 19.51 | 95.34 | - |
| YUV | 114.04 | 206.42 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 110 | 253 | 0.73 | 0.57 | 0 | 0.01 | 226.63 | 0.98 | 0.63 |
| Hex | 45 | 6E | FD | 49 | 39 | 0 | 1 | E3 | 62 | 3F |
| Octal | 105 | 156 | 375 | 111 | 71 | 0 | 1 | 343 | 142 | 77 |
| Binary | 1000101 | 1101110 | 11111101 | 1001001 | 111001 | 0 | 1 | 11100011 | 1100010 | 111111 |
Color Harmonies of #456EFD
Complementary color
Monochromatic Colors of #456EFD
Black with #456EFD
Text Example
Text Example
White with #456EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456EFD; }
p { color: rgb(69,110,253); }
H1.HeaderClassName
{
color: #456EFD;
}
.AnyTagClassName
{
color: #456EFD;
}
</style>
background-color css
<style>
a { background-color: #456EFD; }
a { background-color: rgb(69,110,253); }
div.DivClassName
{
background-color: #456EFD;
}
.BgClassName
{
background-color: #456EFD;
}
</style>
border-color css
<style>
span { border-color: #456EFD; }
span { border-color: rgb(69,110,253); }
td.TdClassName
{
border-color: #456EFD;
}
.TagClassName
{
border-color: #456EFD;
}
</style>