Shades of Royal Blue #456DD0
Tints of Royal Blue #456DD0
RGB
CMYK
RGB Variations
Color information
#456DD0 (or 0x456DD0) is known color: Royal Blue. HEX triplet: 45, 6D and D0. RGB value is (69,109,208). Sum of RGB (Red+Green+Blue) = 69+109+208=386 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.88% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 208 (81.64% from 255 or 53.89% from 386); Max value from RGB is 208 - color contains mainly: blue. Hex color #456DD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456DD0 is #BA922F. Grayscale: #6B6B6B. Windows color (decimal): -12227120 or 13659461. OLE color: 13659461.
HSL color Cylindrical-coordinate representation of color #456DD0: hue angle of 222.73º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #456DD0 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 109 | 208 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.18 |
| HSL | 222.73º | 0.6% | 0.54% | - |
| HSV(B) | 222.73º | 0.67% | 0.82% | - |
| XYZ | 19.31 | 16.76 | 61.89 | - |
| YUV | 108.33 | 184.25 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 109 | 208 | 0.67 | 0.48 | 0 | 0.18 | 222.73 | 0.6 | 0.54 |
| Hex | 45 | 6D | D0 | 43 | 30 | 0 | 12 | DF | 3C | 36 |
| Octal | 105 | 155 | 320 | 103 | 60 | 0 | 22 | 337 | 74 | 66 |
| Binary | 1000101 | 1101101 | 11010000 | 1000011 | 110000 | 0 | 10010 | 11011111 | 111100 | 110110 |
Color Harmonies of #456DD0
Complementary color
Monochromatic Colors of #456DD0
Black with #456DD0
Text Example
Text Example
White with #456DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456DD0; }
p { color: rgb(69,109,208); }
H1.HeaderClassName
{
color: #456DD0;
}
.AnyTagClassName
{
color: #456DD0;
}
</style>
background-color css
<style>
a { background-color: #456DD0; }
a { background-color: rgb(69,109,208); }
div.DivClassName
{
background-color: #456DD0;
}
.BgClassName
{
background-color: #456DD0;
}
</style>
border-color css
<style>
span { border-color: #456DD0; }
span { border-color: rgb(69,109,208); }
td.TdClassName
{
border-color: #456DD0;
}
.TagClassName
{
border-color: #456DD0;
}
</style>