Shades of Royal Blue #456BEF
Tints of Royal Blue #456BEF
RGB
CMYK
RGB Variations
Color information
#456BEF (or 0x456BEF) is known color: Royal Blue. HEX triplet: 45, 6B and EF. RGB value is (69,107,239). Sum of RGB (Red+Green+Blue) = 69+107+239=415 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.63% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #456BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456BEF is #BA9410. Grayscale: #6E6E6E. Windows color (decimal): -12227601 or 15690565. OLE color: 15690565.
HSL color Cylindrical-coordinate representation of color #456BEF: hue angle of 226.59º 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 #456BEF is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 107 | 239 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.06 |
| HSL | 226.59º | 0.84% | 0.6% | - |
| HSV(B) | 226.59º | 0.71% | 0.94% | - |
| XYZ | 23.29 | 18.01 | 83.91 | - |
| YUV | 110.69 | 200.41 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 239 | 0.71 | 0.55 | 0 | 0.06 | 226.59 | 0.84 | 0.6 |
| Hex | 45 | 6B | EF | 47 | 37 | 0 | 6 | E3 | 54 | 3C |
| Octal | 105 | 153 | 357 | 107 | 67 | 0 | 6 | 343 | 124 | 74 |
| Binary | 1000101 | 1101011 | 11101111 | 1000111 | 110111 | 0 | 110 | 11100011 | 1010100 | 111100 |
Color Harmonies of #456BEF
Complementary color
Monochromatic Colors of #456BEF
Black with #456BEF
Text Example
Text Example
White with #456BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456BEF; }
p { color: rgb(69,107,239); }
H1.HeaderClassName
{
color: #456BEF;
}
.AnyTagClassName
{
color: #456BEF;
}
</style>
background-color css
<style>
a { background-color: #456BEF; }
a { background-color: rgb(69,107,239); }
div.DivClassName
{
background-color: #456BEF;
}
.BgClassName
{
background-color: #456BEF;
}
</style>
border-color css
<style>
span { border-color: #456BEF; }
span { border-color: rgb(69,107,239); }
td.TdClassName
{
border-color: #456BEF;
}
.TagClassName
{
border-color: #456BEF;
}
</style>