Shades of Royal Blue #457BEF
Tints of Royal Blue #457BEF
RGB
CMYK
RGB Variations
Color information
#457BEF (or 0x457BEF) is known color: Royal Blue. HEX triplet: 45, 7B and EF. RGB value is (69,123,239). Sum of RGB (Red+Green+Blue) = 69+123+239=431 (57% of max value = 765). Red value is 69 (27.34% from 255 or 16.01% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #457BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457BEF is #BA8410. Grayscale: #777777. Windows color (decimal): -12223505 or 15694661. OLE color: 15694661.
HSL color Cylindrical-coordinate representation of color #457BEF: hue angle of 220.94º 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 #457BEF is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 123 | 239 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.06 |
| HSL | 220.94º | 0.84% | 0.6% | - |
| HSV(B) | 220.94º | 0.71% | 0.94% | - |
| XYZ | 25.12 | 21.66 | 84.52 | - |
| YUV | 120.08 | 195.11 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 123 | 239 | 0.71 | 0.49 | 0 | 0.06 | 220.94 | 0.84 | 0.6 |
| Hex | 45 | 7B | EF | 47 | 31 | 0 | 6 | DD | 54 | 3C |
| Octal | 105 | 173 | 357 | 107 | 61 | 0 | 6 | 335 | 124 | 74 |
| Binary | 1000101 | 1111011 | 11101111 | 1000111 | 110001 | 0 | 110 | 11011101 | 1010100 | 111100 |
Color Harmonies of #457BEF
Complementary color
Monochromatic Colors of #457BEF
Black with #457BEF
Text Example
Text Example
White with #457BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457BEF; }
p { color: rgb(69,123,239); }
H1.HeaderClassName
{
color: #457BEF;
}
.AnyTagClassName
{
color: #457BEF;
}
</style>
background-color css
<style>
a { background-color: #457BEF; }
a { background-color: rgb(69,123,239); }
div.DivClassName
{
background-color: #457BEF;
}
.BgClassName
{
background-color: #457BEF;
}
</style>
border-color css
<style>
span { border-color: #457BEF; }
span { border-color: rgb(69,123,239); }
td.TdClassName
{
border-color: #457BEF;
}
.TagClassName
{
border-color: #457BEF;
}
</style>