Shades of Royal Blue #456CFA
Tints of Royal Blue #456CFA
RGB
CMYK
RGB Variations
Color information
#456CFA (or 0x456CFA) is known color: Royal Blue. HEX triplet: 45, 6C and FA. RGB value is (69,108,250). Sum of RGB (Red+Green+Blue) = 69+108+250=427 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.16% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #456CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456CFA is #BA9305. Grayscale: #6F6F6F. Windows color (decimal): -12227334 or 16411717. OLE color: 16411717.
HSL color Cylindrical-coordinate representation of color #456CFA: hue angle of 227.07º 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 #456CFA is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 108 | 250 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.02 |
| HSL | 227.07º | 0.95% | 0.63% | - |
| HSV(B) | 227.07º | 0.72% | 0.98% | - |
| XYZ | 25.07 | 18.89 | 92.77 | - |
| YUV | 112.53 | 205.58 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 250 | 0.72 | 0.57 | 0 | 0.02 | 227.07 | 0.95 | 0.63 |
| Hex | 45 | 6C | FA | 48 | 39 | 0 | 2 | E3 | 5F | 3F |
| Octal | 105 | 154 | 372 | 110 | 71 | 0 | 2 | 343 | 137 | 77 |
| Binary | 1000101 | 1101100 | 11111010 | 1001000 | 111001 | 0 | 10 | 11100011 | 1011111 | 111111 |
Color Harmonies of #456CFA
Complementary color
Monochromatic Colors of #456CFA
Black with #456CFA
Text Example
Text Example
White with #456CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456CFA; }
p { color: rgb(69,108,250); }
H1.HeaderClassName
{
color: #456CFA;
}
.AnyTagClassName
{
color: #456CFA;
}
</style>
background-color css
<style>
a { background-color: #456CFA; }
a { background-color: rgb(69,108,250); }
div.DivClassName
{
background-color: #456CFA;
}
.BgClassName
{
background-color: #456CFA;
}
</style>
border-color css
<style>
span { border-color: #456CFA; }
span { border-color: rgb(69,108,250); }
td.TdClassName
{
border-color: #456CFA;
}
.TagClassName
{
border-color: #456CFA;
}
</style>