Shades of Royal Blue #456FDF
Tints of Royal Blue #456FDF
RGB
CMYK
RGB Variations
Color information
#456FDF (or 0x456FDF) is known color: Royal Blue. HEX triplet: 45, 6F and DF. RGB value is (69,111,223). Sum of RGB (Red+Green+Blue) = 69+111+223=403 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.12% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #456FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456FDF is #BA9020. Grayscale: #6E6E6E. Windows color (decimal): -12226593 or 14643013. OLE color: 14643013.
HSL color Cylindrical-coordinate representation of color #456FDF: hue angle of 223.64º degrees, saturation: 0.71, 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 #456FDF is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 111 | 223 | - |
| CMYK | 0.69 | 0.50 | 0 | 0.13 |
| HSL | 223.64º | 0.71% | 0.57% | - |
| HSV(B) | 223.64º | 0.69% | 0.87% | - |
| XYZ | 21.46 | 17.96 | 72.15 | - |
| YUV | 111.21 | 191.09 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 223 | 0.69 | 0.50 | 0 | 0.13 | 223.64 | 0.71 | 0.57 |
| Hex | 45 | 6F | DF | 45 | 32 | 0 | D | E0 | 47 | 39 |
| Octal | 105 | 157 | 337 | 105 | 62 | 0 | 15 | 340 | 107 | 71 |
| Binary | 1000101 | 1101111 | 11011111 | 1000101 | 110010 | 0 | 1101 | 11100000 | 1000111 | 111001 |
Color Harmonies of #456FDF
Complementary color
Monochromatic Colors of #456FDF
Black with #456FDF
Text Example
Text Example
White with #456FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456FDF; }
p { color: rgb(69,111,223); }
H1.HeaderClassName
{
color: #456FDF;
}
.AnyTagClassName
{
color: #456FDF;
}
</style>
background-color css
<style>
a { background-color: #456FDF; }
a { background-color: rgb(69,111,223); }
div.DivClassName
{
background-color: #456FDF;
}
.BgClassName
{
background-color: #456FDF;
}
</style>
border-color css
<style>
span { border-color: #456FDF; }
span { border-color: rgb(69,111,223); }
td.TdClassName
{
border-color: #456FDF;
}
.TagClassName
{
border-color: #456FDF;
}
</style>