Shades of Royal Blue #456FFD
Tints of Royal Blue #456FFD
RGB
CMYK
RGB Variations
Color information
#456FFD (or 0x456FFD) is known color: Royal Blue. HEX triplet: 45, 6F and FD. RGB value is (69,111,253). Sum of RGB (Red+Green+Blue) = 69+111+253=433 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.94% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #456FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456FFD is #BA9002. Grayscale: #727272. Windows color (decimal): -12226563 or 16609093. OLE color: 16609093.
HSL color Cylindrical-coordinate representation of color #456FFD: hue angle of 226.3º 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 #456FFD is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 111 | 253 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.01 |
| HSL | 226.3º | 0.98% | 0.63% | - |
| HSV(B) | 226.3º | 0.73% | 0.99% | - |
| XYZ | 25.87 | 19.73 | 95.37 | - |
| YUV | 114.63 | 206.09 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 253 | 0.73 | 0.56 | 0 | 0.01 | 226.3 | 0.98 | 0.63 |
| Hex | 45 | 6F | FD | 49 | 38 | 0 | 1 | E2 | 62 | 3F |
| Octal | 105 | 157 | 375 | 111 | 70 | 0 | 1 | 342 | 142 | 77 |
| Binary | 1000101 | 1101111 | 11111101 | 1001001 | 111000 | 0 | 1 | 11100010 | 1100010 | 111111 |
Color Harmonies of #456FFD
Complementary color
Monochromatic Colors of #456FFD
Black with #456FFD
Text Example
Text Example
White with #456FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456FFD; }
p { color: rgb(69,111,253); }
H1.HeaderClassName
{
color: #456FFD;
}
.AnyTagClassName
{
color: #456FFD;
}
</style>
background-color css
<style>
a { background-color: #456FFD; }
a { background-color: rgb(69,111,253); }
div.DivClassName
{
background-color: #456FFD;
}
.BgClassName
{
background-color: #456FFD;
}
</style>
border-color css
<style>
span { border-color: #456FFD; }
span { border-color: rgb(69,111,253); }
td.TdClassName
{
border-color: #456FFD;
}
.TagClassName
{
border-color: #456FFD;
}
</style>