Shades of Royal Blue #455CEF
Tints of Royal Blue #455CEF
RGB
CMYK
RGB Variations
Color information
#455CEF (or 0x455CEF) is known color: Royal Blue. HEX triplet: 45, 5C and EF. RGB value is (69,92,239). Sum of RGB (Red+Green+Blue) = 69+92+239=400 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.25% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #455CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #455CEF is #BAA310. Grayscale: #656565. Windows color (decimal): -12231441 or 15686725. OLE color: 15686725.
HSL color Cylindrical-coordinate representation of color #455CEF: hue angle of 231.88º 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 #455CEF is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 92 | 239 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.06 |
| HSL | 231.88º | 0.84% | 0.6% | - |
| HSV(B) | 231.88º | 0.71% | 0.94% | - |
| XYZ | 21.86 | 15.15 | 83.43 | - |
| YUV | 101.88 | 205.38 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 92 | 239 | 0.71 | 0.62 | 0 | 0.06 | 231.88 | 0.84 | 0.6 |
| Hex | 45 | 5C | EF | 47 | 3E | 0 | 6 | E8 | 54 | 3C |
| Octal | 105 | 134 | 357 | 107 | 76 | 0 | 6 | 350 | 124 | 74 |
| Binary | 1000101 | 1011100 | 11101111 | 1000111 | 111110 | 0 | 110 | 11101000 | 1010100 | 111100 |
Color Harmonies of #455CEF
Complementary color
Monochromatic Colors of #455CEF
Black with #455CEF
Text Example
Text Example
White with #455CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455CEF; }
p { color: rgb(69,92,239); }
H1.HeaderClassName
{
color: #455CEF;
}
.AnyTagClassName
{
color: #455CEF;
}
</style>
background-color css
<style>
a { background-color: #455CEF; }
a { background-color: rgb(69,92,239); }
div.DivClassName
{
background-color: #455CEF;
}
.BgClassName
{
background-color: #455CEF;
}
</style>
border-color css
<style>
span { border-color: #455CEF; }
span { border-color: rgb(69,92,239); }
td.TdClassName
{
border-color: #455CEF;
}
.TagClassName
{
border-color: #455CEF;
}
</style>