Shades of Royal Blue #456FC8
Tints of Royal Blue #456FC8
RGB
CMYK
RGB Variations
Color information
#456FC8 (or 0x456FC8) is known color: Royal Blue. HEX triplet: 45, 6F and C8. RGB value is (69,111,200). Sum of RGB (Red+Green+Blue) = 69+111+200=380 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.16% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 200 (78.52% from 255 or 52.63% from 380); Max value from RGB is 200 - color contains mainly: blue. Hex color #456FC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456FC8 is #BA9037. Grayscale: #6C6C6C. Windows color (decimal): -12226616 or 13135685. OLE color: 13135685.
HSL color Cylindrical-coordinate representation of color #456FC8: hue angle of 220.76º 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 #456FC8 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 111 | 200 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.22 |
| HSL | 220.76º | 0.54% | 0.53% | - |
| HSV(B) | 220.76º | 0.66% | 0.78% | - |
| XYZ | 18.56 | 16.8 | 56.91 | - |
| YUV | 108.59 | 179.59 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 200 | 0.66 | 0.44 | 0 | 0.22 | 220.76 | 0.54 | 0.53 |
| Hex | 45 | 6F | C8 | 42 | 2C | 0 | 16 | DD | 36 | 35 |
| Octal | 105 | 157 | 310 | 102 | 54 | 0 | 26 | 335 | 66 | 65 |
| Binary | 1000101 | 1101111 | 11001000 | 1000010 | 101100 | 0 | 10110 | 11011101 | 110110 | 110101 |
Color Harmonies of #456FC8
Complementary color
Monochromatic Colors of #456FC8
Black with #456FC8
Text Example
Text Example
White with #456FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456FC8; }
p { color: rgb(69,111,200); }
H1.HeaderClassName
{
color: #456FC8;
}
.AnyTagClassName
{
color: #456FC8;
}
</style>
background-color css
<style>
a { background-color: #456FC8; }
a { background-color: rgb(69,111,200); }
div.DivClassName
{
background-color: #456FC8;
}
.BgClassName
{
background-color: #456FC8;
}
</style>
border-color css
<style>
span { border-color: #456FC8; }
span { border-color: rgb(69,111,200); }
td.TdClassName
{
border-color: #456FC8;
}
.TagClassName
{
border-color: #456FC8;
}
</style>