Shades of Royal Blue #456BFD
Tints of Royal Blue #456BFD
RGB
CMYK
RGB Variations
Color information
#456BFD (or 0x456BFD) is known color: Royal Blue. HEX triplet: 45, 6B and FD. RGB value is (69,107,253). Sum of RGB (Red+Green+Blue) = 69+107+253=429 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.08% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #456BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456BFD is #BA9402. Grayscale: #6F6F6F. Windows color (decimal): -12227587 or 16608069. OLE color: 16608069.
HSL color Cylindrical-coordinate representation of color #456BFD: hue angle of 227.61º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #456BFD is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 107 | 253 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.01 |
| HSL | 227.61º | 0.98% | 0.63% | - |
| HSV(B) | 227.61º | 0.73% | 0.99% | - |
| XYZ | 25.44 | 18.87 | 95.23 | - |
| YUV | 112.28 | 207.41 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 253 | 0.73 | 0.58 | 0 | 0.01 | 227.61 | 0.98 | 0.63 |
| Hex | 45 | 6B | FD | 49 | 3A | 0 | 1 | E4 | 62 | 3F |
| Octal | 105 | 153 | 375 | 111 | 72 | 0 | 1 | 344 | 142 | 77 |
| Binary | 1000101 | 1101011 | 11111101 | 1001001 | 111010 | 0 | 1 | 11100100 | 1100010 | 111111 |
Color Harmonies of #456BFD
Complementary color
Monochromatic Colors of #456BFD
Black with #456BFD
Text Example
Text Example
White with #456BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456BFD; }
p { color: rgb(69,107,253); }
H1.HeaderClassName
{
color: #456BFD;
}
.AnyTagClassName
{
color: #456BFD;
}
</style>
background-color css
<style>
a { background-color: #456BFD; }
a { background-color: rgb(69,107,253); }
div.DivClassName
{
background-color: #456BFD;
}
.BgClassName
{
background-color: #456BFD;
}
</style>
border-color css
<style>
span { border-color: #456BFD; }
span { border-color: rgb(69,107,253); }
td.TdClassName
{
border-color: #456BFD;
}
.TagClassName
{
border-color: #456BFD;
}
</style>