Shades of Royal Blue #456DFA
Tints of Royal Blue #456DFA
RGB
CMYK
RGB Variations
Color information
#456DFA (or 0x456DFA) is known color: Royal Blue. HEX triplet: 45, 6D and FA. RGB value is (69,109,250). Sum of RGB (Red+Green+Blue) = 69+109+250=428 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.12% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #456DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456DFA is #BA9205. Grayscale: #707070. Windows color (decimal): -12227078 or 16411973. OLE color: 16411973.
HSL color Cylindrical-coordinate representation of color #456DFA: hue angle of 226.74º 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 #456DFA is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 109 | 250 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.02 |
| HSL | 226.74º | 0.95% | 0.63% | - |
| HSV(B) | 226.74º | 0.72% | 0.98% | - |
| XYZ | 25.18 | 19.1 | 92.8 | - |
| YUV | 113.11 | 205.25 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 109 | 250 | 0.72 | 0.56 | 0 | 0.02 | 226.74 | 0.95 | 0.63 |
| Hex | 45 | 6D | FA | 48 | 38 | 0 | 2 | E3 | 5F | 3F |
| Octal | 105 | 155 | 372 | 110 | 70 | 0 | 2 | 343 | 137 | 77 |
| Binary | 1000101 | 1101101 | 11111010 | 1001000 | 111000 | 0 | 10 | 11100011 | 1011111 | 111111 |
Color Harmonies of #456DFA
Complementary color
Monochromatic Colors of #456DFA
Black with #456DFA
Text Example
Text Example
White with #456DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456DFA; }
p { color: rgb(69,109,250); }
H1.HeaderClassName
{
color: #456DFA;
}
.AnyTagClassName
{
color: #456DFA;
}
</style>
background-color css
<style>
a { background-color: #456DFA; }
a { background-color: rgb(69,109,250); }
div.DivClassName
{
background-color: #456DFA;
}
.BgClassName
{
background-color: #456DFA;
}
</style>
border-color css
<style>
span { border-color: #456DFA; }
span { border-color: rgb(69,109,250); }
td.TdClassName
{
border-color: #456DFA;
}
.TagClassName
{
border-color: #456DFA;
}
</style>