Shades of Royal Blue #456FCC
Tints of Royal Blue #456FCC
RGB
CMYK
RGB Variations
Color information
#456FCC (or 0x456FCC) is known color: Royal Blue. HEX triplet: 45, 6F and CC. RGB value is (69,111,204). Sum of RGB (Red+Green+Blue) = 69+111+204=384 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.97% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #456FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456FCC is #BA9033. Grayscale: #6C6C6C. Windows color (decimal): -12226612 or 13397829. OLE color: 13397829.
HSL color Cylindrical-coordinate representation of color #456FCC: hue angle of 221.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #456FCC is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 111 | 204 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.2 |
| HSL | 221.33º | 0.57% | 0.54% | - |
| HSV(B) | 221.33º | 0.66% | 0.8% | - |
| XYZ | 19.04 | 16.99 | 59.4 | - |
| YUV | 109.04 | 181.59 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 204 | 0.66 | 0.46 | 0 | 0.2 | 221.33 | 0.57 | 0.54 |
| Hex | 45 | 6F | CC | 42 | 2E | 0 | 14 | DD | 39 | 36 |
| Octal | 105 | 157 | 314 | 102 | 56 | 0 | 24 | 335 | 71 | 66 |
| Binary | 1000101 | 1101111 | 11001100 | 1000010 | 101110 | 0 | 10100 | 11011101 | 111001 | 110110 |
Color Harmonies of #456FCC
Complementary color
Monochromatic Colors of #456FCC
Black with #456FCC
Text Example
Text Example
White with #456FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456FCC; }
p { color: rgb(69,111,204); }
H1.HeaderClassName
{
color: #456FCC;
}
.AnyTagClassName
{
color: #456FCC;
}
</style>
background-color css
<style>
a { background-color: #456FCC; }
a { background-color: rgb(69,111,204); }
div.DivClassName
{
background-color: #456FCC;
}
.BgClassName
{
background-color: #456FCC;
}
</style>
border-color css
<style>
span { border-color: #456FCC; }
span { border-color: rgb(69,111,204); }
td.TdClassName
{
border-color: #456FCC;
}
.TagClassName
{
border-color: #456FCC;
}
</style>