Shades of Royal Blue #456BDB
Tints of Royal Blue #456BDB
RGB
CMYK
RGB Variations
Color information
#456BDB (or 0x456BDB) is known color: Royal Blue. HEX triplet: 45, 6B and DB. RGB value is (69,107,219). Sum of RGB (Red+Green+Blue) = 69+107+219=395 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.47% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #456BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456BDB is #BA9424. Grayscale: #6B6B6B. Windows color (decimal): -12227621 or 14379845. OLE color: 14379845.
HSL color Cylindrical-coordinate representation of color #456BDB: hue angle of 224.8º 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 #456BDB is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 107 | 219 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.14 |
| HSL | 224.8º | 0.68% | 0.56% | - |
| HSV(B) | 224.8º | 0.68% | 0.86% | - |
| XYZ | 20.5 | 16.9 | 69.2 | - |
| YUV | 108.41 | 190.41 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 219 | 0.68 | 0.51 | 0 | 0.14 | 224.8 | 0.68 | 0.56 |
| Hex | 45 | 6B | DB | 44 | 33 | 0 | E | E1 | 44 | 38 |
| Octal | 105 | 153 | 333 | 104 | 63 | 0 | 16 | 341 | 104 | 70 |
| Binary | 1000101 | 1101011 | 11011011 | 1000100 | 110011 | 0 | 1110 | 11100001 | 1000100 | 111000 |
Color Harmonies of #456BDB
Complementary color
Monochromatic Colors of #456BDB
Black with #456BDB
Text Example
Text Example
White with #456BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456BDB; }
p { color: rgb(69,107,219); }
H1.HeaderClassName
{
color: #456BDB;
}
.AnyTagClassName
{
color: #456BDB;
}
</style>
background-color css
<style>
a { background-color: #456BDB; }
a { background-color: rgb(69,107,219); }
div.DivClassName
{
background-color: #456BDB;
}
.BgClassName
{
background-color: #456BDB;
}
</style>
border-color css
<style>
span { border-color: #456BDB; }
span { border-color: rgb(69,107,219); }
td.TdClassName
{
border-color: #456BDB;
}
.TagClassName
{
border-color: #456BDB;
}
</style>