Shades of Royal Blue #456EEF
Tints of Royal Blue #456EEF
RGB
CMYK
RGB Variations
Color information
#456EEF (or 0x456EEF) is known color: Royal Blue. HEX triplet: 45, 6E and EF. RGB value is (69,110,239). Sum of RGB (Red+Green+Blue) = 69+110+239=418 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.51% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #456EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456EEF is #BA9110. Grayscale: #6F6F6F. Windows color (decimal): -12226833 or 15691333. OLE color: 15691333.
HSL color Cylindrical-coordinate representation of color #456EEF: hue angle of 225.53º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #456EEF is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 110 | 239 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.06 |
| HSL | 225.53º | 0.84% | 0.6% | - |
| HSV(B) | 225.53º | 0.71% | 0.94% | - |
| XYZ | 23.61 | 18.65 | 84.02 | - |
| YUV | 112.45 | 199.42 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 110 | 239 | 0.71 | 0.54 | 0 | 0.06 | 225.53 | 0.84 | 0.6 |
| Hex | 45 | 6E | EF | 47 | 36 | 0 | 6 | E2 | 54 | 3C |
| Octal | 105 | 156 | 357 | 107 | 66 | 0 | 6 | 342 | 124 | 74 |
| Binary | 1000101 | 1101110 | 11101111 | 1000111 | 110110 | 0 | 110 | 11100010 | 1010100 | 111100 |
Color Harmonies of #456EEF
Complementary color
Monochromatic Colors of #456EEF
Black with #456EEF
Text Example
Text Example
White with #456EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456EEF; }
p { color: rgb(69,110,239); }
H1.HeaderClassName
{
color: #456EEF;
}
.AnyTagClassName
{
color: #456EEF;
}
</style>
background-color css
<style>
a { background-color: #456EEF; }
a { background-color: rgb(69,110,239); }
div.DivClassName
{
background-color: #456EEF;
}
.BgClassName
{
background-color: #456EEF;
}
</style>
border-color css
<style>
span { border-color: #456EEF; }
span { border-color: rgb(69,110,239); }
td.TdClassName
{
border-color: #456EEF;
}
.TagClassName
{
border-color: #456EEF;
}
</style>