Shades of Royal Blue #456CCE
Tints of Royal Blue #456CCE
RGB
CMYK
RGB Variations
Color information
#456CCE (or 0x456CCE) is known color: Royal Blue. HEX triplet: 45, 6C and CE. RGB value is (69,108,206). Sum of RGB (Red+Green+Blue) = 69+108+206=383 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.02% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #456CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456CCE is #BA9331. Grayscale: #6B6B6B. Windows color (decimal): -12227378 or 13528133. OLE color: 13528133.
HSL color Cylindrical-coordinate representation of color #456CCE: hue angle of 222.92º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #456CCE is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 108 | 206 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.19 |
| HSL | 222.92º | 0.58% | 0.54% | - |
| HSV(B) | 222.92º | 0.67% | 0.81% | - |
| XYZ | 18.96 | 16.45 | 60.57 | - |
| YUV | 107.51 | 183.58 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 206 | 0.67 | 0.48 | 0 | 0.19 | 222.92 | 0.58 | 0.54 |
| Hex | 45 | 6C | CE | 43 | 30 | 0 | 13 | DF | 3A | 36 |
| Octal | 105 | 154 | 316 | 103 | 60 | 0 | 23 | 337 | 72 | 66 |
| Binary | 1000101 | 1101100 | 11001110 | 1000011 | 110000 | 0 | 10011 | 11011111 | 111010 | 110110 |
Color Harmonies of #456CCE
Complementary color
Monochromatic Colors of #456CCE
Black with #456CCE
Text Example
Text Example
White with #456CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456CCE; }
p { color: rgb(69,108,206); }
H1.HeaderClassName
{
color: #456CCE;
}
.AnyTagClassName
{
color: #456CCE;
}
</style>
background-color css
<style>
a { background-color: #456CCE; }
a { background-color: rgb(69,108,206); }
div.DivClassName
{
background-color: #456CCE;
}
.BgClassName
{
background-color: #456CCE;
}
</style>
border-color css
<style>
span { border-color: #456CCE; }
span { border-color: rgb(69,108,206); }
td.TdClassName
{
border-color: #456CCE;
}
.TagClassName
{
border-color: #456CCE;
}
</style>