Html Css Color HEX #5463EE Royal Blue

📋 copy color: '#5463EE'

red 84 ◦ green 99 ◦ blue 238

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

Shades of Royal Blue #5463EE

Tints of Royal Blue #5463EE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.52%

 BLUE value IS 238 (93.36% from 255) = 56.53%

R = 19.95%
G = 23.52%
B = 56.53%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5463EE (or 0x5463EE) is known color: Royal Blue. HEX triplet: 54, 63 and EE. RGB value is (84,99,238). Sum of RGB (Red+Green+Blue) = 84+99+238=421 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.95% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #5463EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5463EE is #AB9C11. Grayscale: #6D6D6D. Windows color (decimal): -11246610 or 15622996. OLE color: 15622996.

HSL color Cylindrical-coordinate representation of color #5463EE: hue angle of 234.16º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5463EE is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 84 99 238 -
CMYK 0.65 0.58 0 0.07
HSL 234.16º 0.82% 0.63% -
HSV(B) 234.16º 0.65% 0.93% -
XYZ 23.55 16.98 82.93 -
YUV 110.36 200.03 109.2 -
System Red Green Blue C M Y K H S L
Decimal 84 99 238 0.65 0.58 0 0.07 234.16 0.82 0.63
Hex 54 63 EE 41 3A 0 7 EA 52 3F
Octal 124 143 356 101 72 0 7 352 122 77
Binary 1010100 1100011 11101110 1000001 111010 0 111 11101010 1010010 111111

Color Harmonies of #5463EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5463EE

Black with #5463EE

Text Example


Text Example

White with #5463EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5463EE; }

 p { color: rgb(84,99,238); }

 H1.HeaderClassName
 {
   color: #5463EE;
 }
 .AnyTagClassName
 {
   color: #5463EE;
 }
</style>

background-color css

<style>
 a { background-color: #5463EE; }

 a { background-color: rgb(84,99,238); }

 div.DivClassName
 {
   background-color: #5463EE;
 }
 .BgClassName
 {
   background-color: #5463EE;
 }
</style>

border-color css

<style>
 span { border-color: #5463EE; }

 span { border-color: rgb(84,99,238); }

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