Shades of Royal Blue #456FFA
Tints of Royal Blue #456FFA
RGB
CMYK
RGB Variations
Color information
#456FFA (or 0x456FFA) is known color: Royal Blue. HEX triplet: 45, 6F and FA. RGB value is (69,111,250). Sum of RGB (Red+Green+Blue) = 69+111+250=430 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.05% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #456FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456FFA is #BA9005. Grayscale: #717171. Windows color (decimal): -12226566 or 16412485. OLE color: 16412485.
HSL color Cylindrical-coordinate representation of color #456FFA: hue angle of 226.08º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #456FFA is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 111 | 250 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.02 |
| HSL | 226.08º | 0.95% | 0.63% | - |
| HSV(B) | 226.08º | 0.72% | 0.98% | - |
| XYZ | 25.39 | 19.54 | 92.87 | - |
| YUV | 114.29 | 204.59 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 250 | 0.72 | 0.56 | 0 | 0.02 | 226.08 | 0.95 | 0.63 |
| Hex | 45 | 6F | FA | 48 | 38 | 0 | 2 | E2 | 5F | 3F |
| Octal | 105 | 157 | 372 | 110 | 70 | 0 | 2 | 342 | 137 | 77 |
| Binary | 1000101 | 1101111 | 11111010 | 1001000 | 111000 | 0 | 10 | 11100010 | 1011111 | 111111 |
Color Harmonies of #456FFA
Complementary color
Monochromatic Colors of #456FFA
Black with #456FFA
Text Example
Text Example
White with #456FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456FFA; }
p { color: rgb(69,111,250); }
H1.HeaderClassName
{
color: #456FFA;
}
.AnyTagClassName
{
color: #456FFA;
}
</style>
background-color css
<style>
a { background-color: #456FFA; }
a { background-color: rgb(69,111,250); }
div.DivClassName
{
background-color: #456FFA;
}
.BgClassName
{
background-color: #456FFA;
}
</style>
border-color css
<style>
span { border-color: #456FFA; }
span { border-color: rgb(69,111,250); }
td.TdClassName
{
border-color: #456FFA;
}
.TagClassName
{
border-color: #456FFA;
}
</style>