Shades of Royal Blue #456FCF
Tints of Royal Blue #456FCF
RGB
CMYK
RGB Variations
Color information
#456FCF (or 0x456FCF) is known color: Royal Blue. HEX triplet: 45, 6F and CF. RGB value is (69,111,207). Sum of RGB (Red+Green+Blue) = 69+111+207=387 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.83% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #456FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456FCF is #BA9030. Grayscale: #6C6C6C. Windows color (decimal): -12226609 or 13594437. OLE color: 13594437.
HSL color Cylindrical-coordinate representation of color #456FCF: hue angle of 221.74º 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 #456FCF is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 111 | 207 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.19 |
| HSL | 221.74º | 0.59% | 0.54% | - |
| HSV(B) | 221.74º | 0.67% | 0.81% | - |
| XYZ | 19.4 | 17.14 | 61.32 | - |
| YUV | 109.39 | 183.09 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 207 | 0.67 | 0.46 | 0 | 0.19 | 221.74 | 0.59 | 0.54 |
| Hex | 45 | 6F | CF | 43 | 2E | 0 | 13 | DE | 3B | 36 |
| Octal | 105 | 157 | 317 | 103 | 56 | 0 | 23 | 336 | 73 | 66 |
| Binary | 1000101 | 1101111 | 11001111 | 1000011 | 101110 | 0 | 10011 | 11011110 | 111011 | 110110 |
Color Harmonies of #456FCF
Complementary color
Monochromatic Colors of #456FCF
Black with #456FCF
Text Example
Text Example
White with #456FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456FCF; }
p { color: rgb(69,111,207); }
H1.HeaderClassName
{
color: #456FCF;
}
.AnyTagClassName
{
color: #456FCF;
}
</style>
background-color css
<style>
a { background-color: #456FCF; }
a { background-color: rgb(69,111,207); }
div.DivClassName
{
background-color: #456FCF;
}
.BgClassName
{
background-color: #456FCF;
}
</style>
border-color css
<style>
span { border-color: #456FCF; }
span { border-color: rgb(69,111,207); }
td.TdClassName
{
border-color: #456FCF;
}
.TagClassName
{
border-color: #456FCF;
}
</style>