Shades of Royal Blue #456DCF
Tints of Royal Blue #456DCF
RGB
CMYK
RGB Variations
Color information
#456DCF (or 0x456DCF) is known color: Royal Blue. HEX triplet: 45, 6D and CF. RGB value is (69,109,207). Sum of RGB (Red+Green+Blue) = 69+109+207=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #456DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456DCF is #BA9230. Grayscale: #6B6B6B. Windows color (decimal): -12227121 or 13593925. OLE color: 13593925.
HSL color Cylindrical-coordinate representation of color #456DCF: hue angle of 222.61º 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 #456DCF is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 109 | 207 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.19 |
| HSL | 222.61º | 0.59% | 0.54% | - |
| HSV(B) | 222.61º | 0.67% | 0.81% | - |
| XYZ | 19.19 | 16.71 | 61.25 | - |
| YUV | 108.21 | 183.75 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 109 | 207 | 0.67 | 0.47 | 0 | 0.19 | 222.61 | 0.59 | 0.54 |
| Hex | 45 | 6D | CF | 43 | 2F | 0 | 13 | DF | 3B | 36 |
| Octal | 105 | 155 | 317 | 103 | 57 | 0 | 23 | 337 | 73 | 66 |
| Binary | 1000101 | 1101101 | 11001111 | 1000011 | 101111 | 0 | 10011 | 11011111 | 111011 | 110110 |
Color Harmonies of #456DCF
Complementary color
Monochromatic Colors of #456DCF
Black with #456DCF
Text Example
Text Example
White with #456DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456DCF; }
p { color: rgb(69,109,207); }
H1.HeaderClassName
{
color: #456DCF;
}
.AnyTagClassName
{
color: #456DCF;
}
</style>
background-color css
<style>
a { background-color: #456DCF; }
a { background-color: rgb(69,109,207); }
div.DivClassName
{
background-color: #456DCF;
}
.BgClassName
{
background-color: #456DCF;
}
</style>
border-color css
<style>
span { border-color: #456DCF; }
span { border-color: rgb(69,109,207); }
td.TdClassName
{
border-color: #456DCF;
}
.TagClassName
{
border-color: #456DCF;
}
</style>