Shades of Royal Blue #456CEB
Tints of Royal Blue #456CEB
RGB
CMYK
RGB Variations
Color information
#456CEB (or 0x456CEB) is known color: Royal Blue. HEX triplet: 45, 6C and EB. RGB value is (69,108,235). Sum of RGB (Red+Green+Blue) = 69+108+235=412 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.75% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #456CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456CEB is #BA9314. Grayscale: #6E6E6E. Windows color (decimal): -12227349 or 15428677. OLE color: 15428677.
HSL color Cylindrical-coordinate representation of color #456CEB: hue angle of 225.9º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #456CEB is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 108 | 235 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.08 |
| HSL | 225.9º | 0.81% | 0.6% | - |
| HSV(B) | 225.9º | 0.71% | 0.92% | - |
| XYZ | 22.81 | 17.99 | 80.87 | - |
| YUV | 110.82 | 198.08 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 235 | 0.71 | 0.54 | 0 | 0.08 | 225.9 | 0.81 | 0.6 |
| Hex | 45 | 6C | EB | 47 | 36 | 0 | 8 | E2 | 51 | 3C |
| Octal | 105 | 154 | 353 | 107 | 66 | 0 | 10 | 342 | 121 | 74 |
| Binary | 1000101 | 1101100 | 11101011 | 1000111 | 110110 | 0 | 1000 | 11100010 | 1010001 | 111100 |
Color Harmonies of #456CEB
Complementary color
Monochromatic Colors of #456CEB
Black with #456CEB
Text Example
Text Example
White with #456CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456CEB; }
p { color: rgb(69,108,235); }
H1.HeaderClassName
{
color: #456CEB;
}
.AnyTagClassName
{
color: #456CEB;
}
</style>
background-color css
<style>
a { background-color: #456CEB; }
a { background-color: rgb(69,108,235); }
div.DivClassName
{
background-color: #456CEB;
}
.BgClassName
{
background-color: #456CEB;
}
</style>
border-color css
<style>
span { border-color: #456CEB; }
span { border-color: rgb(69,108,235); }
td.TdClassName
{
border-color: #456CEB;
}
.TagClassName
{
border-color: #456CEB;
}
</style>