Shades of Royal Blue #456BD8
Tints of Royal Blue #456BD8
RGB
CMYK
RGB Variations
Color information
#456BD8 (or 0x456BD8) is known color: Royal Blue. HEX triplet: 45, 6B and D8. RGB value is (69,107,216). Sum of RGB (Red+Green+Blue) = 69+107+216=392 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.60% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 216 (84.77% from 255 or 55.10% from 392); Max value from RGB is 216 - color contains mainly: blue. Hex color #456BD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456BD8 is #BA9427. Grayscale: #6B6B6B. Windows color (decimal): -12227624 or 14183237. OLE color: 14183237.
HSL color Cylindrical-coordinate representation of color #456BD8: hue angle of 224.49º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #456BD8 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 107 | 216 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.15 |
| HSL | 224.49º | 0.65% | 0.56% | - |
| HSV(B) | 224.49º | 0.68% | 0.85% | - |
| XYZ | 20.11 | 16.74 | 67.14 | - |
| YUV | 108.06 | 188.91 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 216 | 0.68 | 0.50 | 0 | 0.15 | 224.49 | 0.65 | 0.56 |
| Hex | 45 | 6B | D8 | 44 | 32 | 0 | F | E0 | 41 | 38 |
| Octal | 105 | 153 | 330 | 104 | 62 | 0 | 17 | 340 | 101 | 70 |
| Binary | 1000101 | 1101011 | 11011000 | 1000100 | 110010 | 0 | 1111 | 11100000 | 1000001 | 111000 |
Color Harmonies of #456BD8
Complementary color
Monochromatic Colors of #456BD8
Black with #456BD8
Text Example
Text Example
White with #456BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456BD8; }
p { color: rgb(69,107,216); }
H1.HeaderClassName
{
color: #456BD8;
}
.AnyTagClassName
{
color: #456BD8;
}
</style>
background-color css
<style>
a { background-color: #456BD8; }
a { background-color: rgb(69,107,216); }
div.DivClassName
{
background-color: #456BD8;
}
.BgClassName
{
background-color: #456BD8;
}
</style>
border-color css
<style>
span { border-color: #456BD8; }
span { border-color: rgb(69,107,216); }
td.TdClassName
{
border-color: #456BD8;
}
.TagClassName
{
border-color: #456BD8;
}
</style>