Shades of Royal Blue #456DFE
Tints of Royal Blue #456DFE
RGB
CMYK
RGB Variations
Color information
#456DFE (or 0x456DFE) is known color: Royal Blue. HEX triplet: 45, 6D and FE. RGB value is (69,109,254). Sum of RGB (Red+Green+Blue) = 69+109+254=432 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.97% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #456DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456DFE is #BA9201. Grayscale: #707070. Windows color (decimal): -12227074 or 16674117. OLE color: 16674117.
HSL color Cylindrical-coordinate representation of color #456DFE: hue angle of 227.03º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #456DFE is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 109 | 254 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.00 |
| HSL | 227.03º | 0.99% | 0.63% | - |
| HSV(B) | 227.03º | 0.73% | 1% | - |
| XYZ | 25.81 | 19.36 | 96.14 | - |
| YUV | 113.57 | 207.25 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 109 | 254 | 0.73 | 0.57 | 0 | 0.00 | 227.03 | 0.99 | 0.63 |
| Hex | 45 | 6D | FE | 49 | 39 | 0 | 0 | E3 | 63 | 3F |
| Octal | 105 | 155 | 376 | 111 | 71 | 0 | 0 | 343 | 143 | 77 |
| Binary | 1000101 | 1101101 | 11111110 | 1001001 | 111001 | 0 | 0 | 11100011 | 1100011 | 111111 |
Color Harmonies of #456DFE
Complementary color
Monochromatic Colors of #456DFE
Black with #456DFE
Text Example
Text Example
White with #456DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456DFE; }
p { color: rgb(69,109,254); }
H1.HeaderClassName
{
color: #456DFE;
}
.AnyTagClassName
{
color: #456DFE;
}
</style>
background-color css
<style>
a { background-color: #456DFE; }
a { background-color: rgb(69,109,254); }
div.DivClassName
{
background-color: #456DFE;
}
.BgClassName
{
background-color: #456DFE;
}
</style>
border-color css
<style>
span { border-color: #456DFE; }
span { border-color: rgb(69,109,254); }
td.TdClassName
{
border-color: #456DFE;
}
.TagClassName
{
border-color: #456DFE;
}
</style>