Shades of Royal Blue #456AFE
Tints of Royal Blue #456AFE
RGB
CMYK
RGB Variations
Color information
#456AFE (or 0x456AFE) is known color: Royal Blue. HEX triplet: 45, 6A and FE. RGB value is (69,106,254). Sum of RGB (Red+Green+Blue) = 69+106+254=429 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.08% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #456AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456AFE is #BA9501. Grayscale: #6F6F6F. Windows color (decimal): -12227842 or 16673349. OLE color: 16673349.
HSL color Cylindrical-coordinate representation of color #456AFE: hue angle of 228º 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 #456AFE is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 106 | 254 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.00 |
| HSL | 228º | 0.99% | 0.63% | - |
| HSV(B) | 228º | 0.73% | 1% | - |
| XYZ | 25.5 | 18.73 | 96.04 | - |
| YUV | 111.81 | 208.24 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 106 | 254 | 0.73 | 0.58 | 0 | 0.00 | 228 | 0.99 | 0.63 |
| Hex | 45 | 6A | FE | 49 | 3A | 0 | 0 | E4 | 63 | 3F |
| Octal | 105 | 152 | 376 | 111 | 72 | 0 | 0 | 344 | 143 | 77 |
| Binary | 1000101 | 1101010 | 11111110 | 1001001 | 111010 | 0 | 0 | 11100100 | 1100011 | 111111 |
Color Harmonies of #456AFE
Complementary color
Monochromatic Colors of #456AFE
Black with #456AFE
Text Example
Text Example
White with #456AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456AFE; }
p { color: rgb(69,106,254); }
H1.HeaderClassName
{
color: #456AFE;
}
.AnyTagClassName
{
color: #456AFE;
}
</style>
background-color css
<style>
a { background-color: #456AFE; }
a { background-color: rgb(69,106,254); }
div.DivClassName
{
background-color: #456AFE;
}
.BgClassName
{
background-color: #456AFE;
}
</style>
border-color css
<style>
span { border-color: #456AFE; }
span { border-color: rgb(69,106,254); }
td.TdClassName
{
border-color: #456AFE;
}
.TagClassName
{
border-color: #456AFE;
}
</style>