Shades of Royal Blue #456BCF
Tints of Royal Blue #456BCF
RGB
CMYK
RGB Variations
Color information
#456BCF (or 0x456BCF) is known color: Royal Blue. HEX triplet: 45, 6B and CF. RGB value is (69,107,207). Sum of RGB (Red+Green+Blue) = 69+107+207=383 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.02% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #456BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456BCF is #BA9430. Grayscale: #6A6A6A. Windows color (decimal): -12227633 or 13593413. OLE color: 13593413.
HSL color Cylindrical-coordinate representation of color #456BCF: hue angle of 223.48º 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 #456BCF is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 107 | 207 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.19 |
| HSL | 223.48º | 0.59% | 0.54% | - |
| HSV(B) | 223.48º | 0.67% | 0.81% | - |
| XYZ | 18.97 | 16.29 | 61.17 | - |
| YUV | 107.04 | 184.41 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 207 | 0.67 | 0.48 | 0 | 0.19 | 223.48 | 0.59 | 0.54 |
| Hex | 45 | 6B | CF | 43 | 30 | 0 | 13 | DF | 3B | 36 |
| Octal | 105 | 153 | 317 | 103 | 60 | 0 | 23 | 337 | 73 | 66 |
| Binary | 1000101 | 1101011 | 11001111 | 1000011 | 110000 | 0 | 10011 | 11011111 | 111011 | 110110 |
Color Harmonies of #456BCF
Complementary color
Monochromatic Colors of #456BCF
Black with #456BCF
Text Example
Text Example
White with #456BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456BCF; }
p { color: rgb(69,107,207); }
H1.HeaderClassName
{
color: #456BCF;
}
.AnyTagClassName
{
color: #456BCF;
}
</style>
background-color css
<style>
a { background-color: #456BCF; }
a { background-color: rgb(69,107,207); }
div.DivClassName
{
background-color: #456BCF;
}
.BgClassName
{
background-color: #456BCF;
}
</style>
border-color css
<style>
span { border-color: #456BCF; }
span { border-color: rgb(69,107,207); }
td.TdClassName
{
border-color: #456BCF;
}
.TagClassName
{
border-color: #456BCF;
}
</style>