Shades of Royal Blue #456FCE
Tints of Royal Blue #456FCE
RGB
CMYK
RGB Variations
Color information
#456FCE (or 0x456FCE) is known color: Royal Blue. HEX triplet: 45, 6F and CE. RGB value is (69,111,206). Sum of RGB (Red+Green+Blue) = 69+111+206=386 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.88% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #456FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456FCE is #BA9031. Grayscale: #6C6C6C. Windows color (decimal): -12226610 or 13528901. OLE color: 13528901.
HSL color Cylindrical-coordinate representation of color #456FCE: hue angle of 221.61º 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 #456FCE is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 111 | 206 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.19 |
| HSL | 221.61º | 0.58% | 0.54% | - |
| HSV(B) | 221.61º | 0.67% | 0.81% | - |
| XYZ | 19.28 | 17.09 | 60.68 | - |
| YUV | 109.27 | 182.59 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 206 | 0.67 | 0.46 | 0 | 0.19 | 221.61 | 0.58 | 0.54 |
| Hex | 45 | 6F | CE | 43 | 2E | 0 | 13 | DE | 3A | 36 |
| Octal | 105 | 157 | 316 | 103 | 56 | 0 | 23 | 336 | 72 | 66 |
| Binary | 1000101 | 1101111 | 11001110 | 1000011 | 101110 | 0 | 10011 | 11011110 | 111010 | 110110 |
Color Harmonies of #456FCE
Complementary color
Monochromatic Colors of #456FCE
Black with #456FCE
Text Example
Text Example
White with #456FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456FCE; }
p { color: rgb(69,111,206); }
H1.HeaderClassName
{
color: #456FCE;
}
.AnyTagClassName
{
color: #456FCE;
}
</style>
background-color css
<style>
a { background-color: #456FCE; }
a { background-color: rgb(69,111,206); }
div.DivClassName
{
background-color: #456FCE;
}
.BgClassName
{
background-color: #456FCE;
}
</style>
border-color css
<style>
span { border-color: #456FCE; }
span { border-color: rgb(69,111,206); }
td.TdClassName
{
border-color: #456FCE;
}
.TagClassName
{
border-color: #456FCE;
}
</style>