Shades of Royal Blue #456EC8
Tints of Royal Blue #456EC8
RGB
CMYK
RGB Variations
Color information
#456EC8 (or 0x456EC8) is known color: Royal Blue. HEX triplet: 45, 6E and C8. RGB value is (69,110,200). Sum of RGB (Red+Green+Blue) = 69+110+200=379 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.21% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 200 (78.52% from 255 or 52.77% from 379); Max value from RGB is 200 - color contains mainly: blue. Hex color #456EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456EC8 is #BA9137. Grayscale: #6B6B6B. Windows color (decimal): -12226872 or 13135429. OLE color: 13135429.
HSL color Cylindrical-coordinate representation of color #456EC8: hue angle of 221.22º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #456EC8 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 110 | 200 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.22 |
| HSL | 221.22º | 0.54% | 0.53% | - |
| HSV(B) | 221.22º | 0.66% | 0.78% | - |
| XYZ | 18.46 | 16.59 | 56.87 | - |
| YUV | 108 | 179.92 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 110 | 200 | 0.66 | 0.45 | 0 | 0.22 | 221.22 | 0.54 | 0.53 |
| Hex | 45 | 6E | C8 | 42 | 2D | 0 | 16 | DD | 36 | 35 |
| Octal | 105 | 156 | 310 | 102 | 55 | 0 | 26 | 335 | 66 | 65 |
| Binary | 1000101 | 1101110 | 11001000 | 1000010 | 101101 | 0 | 10110 | 11011101 | 110110 | 110101 |
Color Harmonies of #456EC8
Complementary color
Monochromatic Colors of #456EC8
Black with #456EC8
Text Example
Text Example
White with #456EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456EC8; }
p { color: rgb(69,110,200); }
H1.HeaderClassName
{
color: #456EC8;
}
.AnyTagClassName
{
color: #456EC8;
}
</style>
background-color css
<style>
a { background-color: #456EC8; }
a { background-color: rgb(69,110,200); }
div.DivClassName
{
background-color: #456EC8;
}
.BgClassName
{
background-color: #456EC8;
}
</style>
border-color css
<style>
span { border-color: #456EC8; }
span { border-color: rgb(69,110,200); }
td.TdClassName
{
border-color: #456EC8;
}
.TagClassName
{
border-color: #456EC8;
}
</style>