Shades of Royal Blue #456BD5
Tints of Royal Blue #456BD5
RGB
CMYK
RGB Variations
Color information
#456BD5 (or 0x456BD5) is known color: Royal Blue. HEX triplet: 45, 6B and D5. RGB value is (69,107,213). Sum of RGB (Red+Green+Blue) = 69+107+213=389 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.74% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 213 (83.59% from 255 or 54.76% from 389); Max value from RGB is 213 - color contains mainly: blue. Hex color #456BD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456BD5 is #BA942A. Grayscale: #6B6B6B. Windows color (decimal): -12227627 or 13986629. OLE color: 13986629.
HSL color Cylindrical-coordinate representation of color #456BD5: hue angle of 224.17º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #456BD5 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 107 | 213 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.16 |
| HSL | 224.17º | 0.63% | 0.55% | - |
| HSV(B) | 224.17º | 0.68% | 0.84% | - |
| XYZ | 19.72 | 16.58 | 65.11 | - |
| YUV | 107.72 | 187.41 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 213 | 0.68 | 0.50 | 0 | 0.16 | 224.17 | 0.63 | 0.55 |
| Hex | 45 | 6B | D5 | 44 | 32 | 0 | 10 | E0 | 3F | 37 |
| Octal | 105 | 153 | 325 | 104 | 62 | 0 | 20 | 340 | 77 | 67 |
| Binary | 1000101 | 1101011 | 11010101 | 1000100 | 110010 | 0 | 10000 | 11100000 | 111111 | 110111 |
Color Harmonies of #456BD5
Complementary color
Monochromatic Colors of #456BD5
Black with #456BD5
Text Example
Text Example
White with #456BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456BD5; }
p { color: rgb(69,107,213); }
H1.HeaderClassName
{
color: #456BD5;
}
.AnyTagClassName
{
color: #456BD5;
}
</style>
background-color css
<style>
a { background-color: #456BD5; }
a { background-color: rgb(69,107,213); }
div.DivClassName
{
background-color: #456BD5;
}
.BgClassName
{
background-color: #456BD5;
}
</style>
border-color css
<style>
span { border-color: #456BD5; }
span { border-color: rgb(69,107,213); }
td.TdClassName
{
border-color: #456BD5;
}
.TagClassName
{
border-color: #456BD5;
}
</style>