#5461EB

Color #5461EB Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #5461EB

Tints of Royal Blue #5461EB

Color information

#5461EB (or 0x5461EB) is unknown color: approx Royal Blue. HEX triplet: 54, 61 and EB. RGB value is (84,97,235). Sum of RGB (Red+Green+Blue) = 84+97+235=416 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.19% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #5461EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5461EB is #AB9E14. Grayscale: #6C6C6C. Windows color (decimal): -11247125 or 15425876. OLE color: 15425876.

HSL color Cylindrical-coordinate representation of color #5461EB: hue angle of 234.83º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5461EB is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8497235-
CMYK0.640.5900.08
HSL234.83º79.06%62.55%-
HSV(B)234.83º64.26%92.16%-
XYZ22.9316.4380.56-
YUV108.85199.19110.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 20.19%
GREEN value IS 97 (38.28% from 255) = 23.32%
BLUE value IS 235 (92.19% from 255) = 56.49%
R=20.19%
G=23.32%
B=56.49%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal84972350.640.5900.08234.8379.0662.55
Hex5461EB403B08eb4f3f
Octal1241413531007301035311777
Binary1010100110000111101011100000011101101000111010111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5461EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5461EB; }

 p { color: rgb(84,97,235); }

 H1.HeaderClassName
 {
   color: #5461EB;
 }
 .AnyTagClassName
 {
   color: #5461EB;
 }
</style>
background-color css

<style>
 a { background-color: #5461EB; }

 a { background-color: rgb(84,97,235); }

 div.DivClassName
 {
   background-color: #5461EB;
 }
 .BgClassName
 {
   background-color: #5461EB;
 }
</style>
border-color css

<style>
 span { border-color: #5461EB; }

 span { border-color: rgb(84,97,235); }

 td.TdClassName
 {
   border-color: #5461EB;
 }
 .TagClassName
 {
   border-color: #5461EB;
 }
</style>