#5462EB

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

Shades of Royal Blue #5462EB

Tints of Royal Blue #5462EB

Color information

#5462EB (or 0x5462EB) is unknown color: approx Royal Blue. HEX triplet: 54, 62 and EB. RGB value is (84,98,235). Sum of RGB (Red+Green+Blue) = 84+98+235=417 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.14% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 235 (92.19% from 255 or 56.35% from 417); Max value from RGB is 235 - color contains mainly: blue. Hex color #5462EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5462EB is #AB9D14. Grayscale: #6C6C6C. Windows color (decimal): -11246869 or 15426132. OLE color: 15426132.

HSL color Cylindrical-coordinate representation of color #5462EB: hue angle of 234.44º 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 #5462EB is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8498235-
CMYK0.640.5800.08
HSL234.44º79.06%62.55%-
HSV(B)234.44º64.26%92.16%-
XYZ23.0216.6280.59-
YUV109.43198.86109.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.14%
GREEN value IS 98 (38.67% from 255) = 23.50%
BLUE value IS 235 (92.19% from 255) = 56.35%
R=20.14%
G=23.50%
B=56.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal84982350.640.5800.08234.4479.0662.55
Hex5462EB403A08ea4f3f
Octal1241423531007201035211777
Binary1010100110001011101011100000011101001000111010101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5462EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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