Html Css Color HEX #5463EF Royal Blue

📋 copy color: '#5463EF'

red 84 ◦ green 99 ◦ blue 239

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

Shades of Royal Blue #5463EF

Tints of Royal Blue #5463EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.64%

R = 19.91%
G = 23.46%
B = 56.64%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5463EF (or 0x5463EF) is known color: Royal Blue. HEX triplet: 54, 63 and EF. RGB value is (84,99,239). Sum of RGB (Red+Green+Blue) = 84+99+239=422 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.91% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #5463EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5463EF is #AB9C10. Grayscale: #6D6D6D. Windows color (decimal): -11246609 or 15688532. OLE color: 15688532.

HSL color Cylindrical-coordinate representation of color #5463EF: hue angle of 234.19º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5463EF is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 84 99 239 -
CMYK 0.65 0.59 0 0.06
HSL 234.19º 0.83% 0.63% -
HSV(B) 234.19º 0.65% 0.94% -
XYZ 23.7 17.04 83.7 -
YUV 110.48 200.53 109.12 -
System Red Green Blue C M Y K H S L
Decimal 84 99 239 0.65 0.59 0 0.06 234.19 0.83 0.63
Hex 54 63 EF 41 3B 0 6 EA 53 3F
Octal 124 143 357 101 73 0 6 352 123 77
Binary 1010100 1100011 11101111 1000001 111011 0 110 11101010 1010011 111111

Color Harmonies of #5463EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5463EF

Black with #5463EF

Text Example


Text Example

White with #5463EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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