Shades of Royal Blue #456FDD
Tints of Royal Blue #456FDD
RGB
CMYK
RGB Variations
Color information
#456FDD (or 0x456FDD) is known color: Royal Blue. HEX triplet: 45, 6F and DD. RGB value is (69,111,221). Sum of RGB (Red+Green+Blue) = 69+111+221=401 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.21% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #456FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456FDD is #BA9022. Grayscale: #6E6E6E. Windows color (decimal): -12226595 or 14511941. OLE color: 14511941.
HSL color Cylindrical-coordinate representation of color #456FDD: hue angle of 223.42º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #456FDD is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 111 | 221 | - |
| CMYK | 0.69 | 0.50 | 0 | 0.13 |
| HSL | 223.42º | 0.69% | 0.57% | - |
| HSV(B) | 223.42º | 0.69% | 0.87% | - |
| XYZ | 21.19 | 17.85 | 70.74 | - |
| YUV | 110.98 | 190.09 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 221 | 0.69 | 0.50 | 0 | 0.13 | 223.42 | 0.69 | 0.57 |
| Hex | 45 | 6F | DD | 45 | 32 | 0 | D | DF | 45 | 39 |
| Octal | 105 | 157 | 335 | 105 | 62 | 0 | 15 | 337 | 105 | 71 |
| Binary | 1000101 | 1101111 | 11011101 | 1000101 | 110010 | 0 | 1101 | 11011111 | 1000101 | 111001 |
Color Harmonies of #456FDD
Complementary color
Monochromatic Colors of #456FDD
Black with #456FDD
Text Example
Text Example
White with #456FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456FDD; }
p { color: rgb(69,111,221); }
H1.HeaderClassName
{
color: #456FDD;
}
.AnyTagClassName
{
color: #456FDD;
}
</style>
background-color css
<style>
a { background-color: #456FDD; }
a { background-color: rgb(69,111,221); }
div.DivClassName
{
background-color: #456FDD;
}
.BgClassName
{
background-color: #456FDD;
}
</style>
border-color css
<style>
span { border-color: #456FDD; }
span { border-color: rgb(69,111,221); }
td.TdClassName
{
border-color: #456FDD;
}
.TagClassName
{
border-color: #456FDD;
}
</style>