Html Css Color HEX #5462EB Royal Blue

📋 copy color: '#5462EB'

red 84 ◦ green 98 ◦ blue 235

#5462EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #5462EB

Tints of Royal Blue #5462EB

RGB

 RED value IS 84 (33.2% from 255) = 20.14%

 GREEN value IS 98 (38.67% from 255) = 23.5%

 BLUE value IS 235 (92.19% from 255) = 56.35%

R = 20.14%
G = 23.5%
B = 56.35%

CMYK

 C value IS 0.64

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5462EB (or 0x5462EB) is known color: 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

RGB 84 98 235 -
CMYK 0.64 0.58 0 0.08
HSL 234.44º 0.79% 0.63% -
HSV(B) 234.44º 0.64% 0.92% -
XYZ 23.02 16.62 80.59 -
YUV 109.43 198.86 109.86 -
System Red Green Blue C M Y K H S L
Decimal 84 98 235 0.64 0.58 0 0.08 234.44 0.79 0.63
Hex 54 62 EB 40 3A 0 8 EA 4F 3F
Octal 124 142 353 100 72 0 10 352 117 77
Binary 1010100 1100010 11101011 1000000 111010 0 1000 11101010 1001111 111111

Color Harmonies of #5462EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5462EB

Black with #5462EB

Text Example


Text Example

White with #5462EB

Text Example


Text Example

HTML Codes & Css Web 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>