Shades of Royal Blue #456FDB
Tints of Royal Blue #456FDB
RGB
CMYK
RGB Variations
Color information
#456FDB (or 0x456FDB) is known color: Royal Blue. HEX triplet: 45, 6F and DB. RGB value is (69,111,219). Sum of RGB (Red+Green+Blue) = 69+111+219=399 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.29% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #456FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456FDB is #BA9024. Grayscale: #6E6E6E. Windows color (decimal): -12226597 or 14380869. OLE color: 14380869.
HSL color Cylindrical-coordinate representation of color #456FDB: hue angle of 223.2º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #456FDB is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 111 | 219 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.14 |
| HSL | 223.2º | 0.68% | 0.56% | - |
| HSV(B) | 223.2º | 0.68% | 0.86% | - |
| XYZ | 20.92 | 17.75 | 69.34 | - |
| YUV | 110.75 | 189.09 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 219 | 0.68 | 0.49 | 0 | 0.14 | 223.2 | 0.68 | 0.56 |
| Hex | 45 | 6F | DB | 44 | 31 | 0 | E | DF | 44 | 38 |
| Octal | 105 | 157 | 333 | 104 | 61 | 0 | 16 | 337 | 104 | 70 |
| Binary | 1000101 | 1101111 | 11011011 | 1000100 | 110001 | 0 | 1110 | 11011111 | 1000100 | 111000 |
Color Harmonies of #456FDB
Complementary color
Monochromatic Colors of #456FDB
Black with #456FDB
Text Example
Text Example
White with #456FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456FDB; }
p { color: rgb(69,111,219); }
H1.HeaderClassName
{
color: #456FDB;
}
.AnyTagClassName
{
color: #456FDB;
}
</style>
background-color css
<style>
a { background-color: #456FDB; }
a { background-color: rgb(69,111,219); }
div.DivClassName
{
background-color: #456FDB;
}
.BgClassName
{
background-color: #456FDB;
}
</style>
border-color css
<style>
span { border-color: #456FDB; }
span { border-color: rgb(69,111,219); }
td.TdClassName
{
border-color: #456FDB;
}
.TagClassName
{
border-color: #456FDB;
}
</style>