Shades of Royal Blue #456BEE
Tints of Royal Blue #456BEE
RGB
CMYK
RGB Variations
Color information
#456BEE (or 0x456BEE) is known color: Royal Blue. HEX triplet: 45, 6B and EE. RGB value is (69,107,238). Sum of RGB (Red+Green+Blue) = 69+107+238=414 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.67% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #456BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456BEE is #BA9411. Grayscale: #6E6E6E. Windows color (decimal): -12227602 or 15625029. OLE color: 15625029.
HSL color Cylindrical-coordinate representation of color #456BEE: hue angle of 226.51º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #456BEE is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 107 | 238 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.07 |
| HSL | 226.51º | 0.83% | 0.6% | - |
| HSV(B) | 226.51º | 0.71% | 0.93% | - |
| XYZ | 23.14 | 17.95 | 83.13 | - |
| YUV | 110.57 | 199.91 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 238 | 0.71 | 0.55 | 0 | 0.07 | 226.51 | 0.83 | 0.6 |
| Hex | 45 | 6B | EE | 47 | 37 | 0 | 7 | E3 | 53 | 3C |
| Octal | 105 | 153 | 356 | 107 | 67 | 0 | 7 | 343 | 123 | 74 |
| Binary | 1000101 | 1101011 | 11101110 | 1000111 | 110111 | 0 | 111 | 11100011 | 1010011 | 111100 |
Color Harmonies of #456BEE
Complementary color
Monochromatic Colors of #456BEE
Black with #456BEE
Text Example
Text Example
White with #456BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456BEE; }
p { color: rgb(69,107,238); }
H1.HeaderClassName
{
color: #456BEE;
}
.AnyTagClassName
{
color: #456BEE;
}
</style>
background-color css
<style>
a { background-color: #456BEE; }
a { background-color: rgb(69,107,238); }
div.DivClassName
{
background-color: #456BEE;
}
.BgClassName
{
background-color: #456BEE;
}
</style>
border-color css
<style>
span { border-color: #456BEE; }
span { border-color: rgb(69,107,238); }
td.TdClassName
{
border-color: #456BEE;
}
.TagClassName
{
border-color: #456BEE;
}
</style>