Shades of Royal Blue #455BED
Tints of Royal Blue #455BED
RGB
CMYK
RGB Variations
Color information
#455BED (or 0x455BED) is known color: Royal Blue. HEX triplet: 45, 5B and ED. RGB value is (69,91,237). Sum of RGB (Red+Green+Blue) = 69+91+237=397 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.38% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #455BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #455BED is #BAA412. Grayscale: #646464. Windows color (decimal): -12231699 or 15555397. OLE color: 15555397.
HSL color Cylindrical-coordinate representation of color #455BED: hue angle of 232.14º degrees, saturation: 0.82, 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 #455BED is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 91 | 237 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.07 |
| HSL | 232.14º | 0.82% | 0.6% | - |
| HSV(B) | 232.14º | 0.71% | 0.93% | - |
| XYZ | 21.48 | 14.86 | 81.86 | - |
| YUV | 101.07 | 204.71 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 237 | 0.71 | 0.62 | 0 | 0.07 | 232.14 | 0.82 | 0.6 |
| Hex | 45 | 5B | ED | 47 | 3E | 0 | 7 | E8 | 52 | 3C |
| Octal | 105 | 133 | 355 | 107 | 76 | 0 | 7 | 350 | 122 | 74 |
| Binary | 1000101 | 1011011 | 11101101 | 1000111 | 111110 | 0 | 111 | 11101000 | 1010010 | 111100 |
Color Harmonies of #455BED
Complementary color
Monochromatic Colors of #455BED
Black with #455BED
Text Example
Text Example
White with #455BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455BED; }
p { color: rgb(69,91,237); }
H1.HeaderClassName
{
color: #455BED;
}
.AnyTagClassName
{
color: #455BED;
}
</style>
background-color css
<style>
a { background-color: #455BED; }
a { background-color: rgb(69,91,237); }
div.DivClassName
{
background-color: #455BED;
}
.BgClassName
{
background-color: #455BED;
}
</style>
border-color css
<style>
span { border-color: #455BED; }
span { border-color: rgb(69,91,237); }
td.TdClassName
{
border-color: #455BED;
}
.TagClassName
{
border-color: #455BED;
}
</style>