Shades of Royal Blue #456ECF
Tints of Royal Blue #456ECF
RGB
CMYK
RGB Variations
Color information
#456ECF (or 0x456ECF) is known color: Royal Blue. HEX triplet: 45, 6E and CF. RGB value is (69,110,207). Sum of RGB (Red+Green+Blue) = 69+110+207=386 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.88% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #456ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456ECF is #BA9130. Grayscale: #6C6C6C. Windows color (decimal): -12226865 or 13594181. OLE color: 13594181.
HSL color Cylindrical-coordinate representation of color #456ECF: hue angle of 222.17º degrees, saturation: 0.59, 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 #456ECF is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 110 | 207 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.19 |
| HSL | 222.17º | 0.59% | 0.54% | - |
| HSV(B) | 222.17º | 0.67% | 0.81% | - |
| XYZ | 19.29 | 16.92 | 61.28 | - |
| YUV | 108.8 | 183.42 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 110 | 207 | 0.67 | 0.47 | 0 | 0.19 | 222.17 | 0.59 | 0.54 |
| Hex | 45 | 6E | CF | 43 | 2F | 0 | 13 | DE | 3B | 36 |
| Octal | 105 | 156 | 317 | 103 | 57 | 0 | 23 | 336 | 73 | 66 |
| Binary | 1000101 | 1101110 | 11001111 | 1000011 | 101111 | 0 | 10011 | 11011110 | 111011 | 110110 |
Color Harmonies of #456ECF
Complementary color
Monochromatic Colors of #456ECF
Black with #456ECF
Text Example
Text Example
White with #456ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456ECF; }
p { color: rgb(69,110,207); }
H1.HeaderClassName
{
color: #456ECF;
}
.AnyTagClassName
{
color: #456ECF;
}
</style>
background-color css
<style>
a { background-color: #456ECF; }
a { background-color: rgb(69,110,207); }
div.DivClassName
{
background-color: #456ECF;
}
.BgClassName
{
background-color: #456ECF;
}
</style>
border-color css
<style>
span { border-color: #456ECF; }
span { border-color: rgb(69,110,207); }
td.TdClassName
{
border-color: #456ECF;
}
.TagClassName
{
border-color: #456ECF;
}
</style>