Html Css Color HEX #5063EA Royal Blue

📋 copy color: '#5063EA'

red 80 ◦ green 99 ◦ blue 234

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

Shades of Royal Blue #5063EA

Tints of Royal Blue #5063EA

RGB

 RED value IS 80 (31.64% from 255) = 19.37%

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

 BLUE value IS 234 (91.8% from 255) = 56.66%

R = 19.37%
G = 23.97%
B = 56.66%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5063EA (or 0x5063EA) is known color: Royal Blue. HEX triplet: 50, 63 and EA. RGB value is (80,99,234). Sum of RGB (Red+Green+Blue) = 80+99+234=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 234 (91.80% from 255 or 56.66% from 413); Max value from RGB is 234 - color contains mainly: blue. Hex color #5063EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5063EA is #AF9C15. Grayscale: #6C6C6C. Windows color (decimal): -11508758 or 15360848. OLE color: 15360848.

HSL color Cylindrical-coordinate representation of color #5063EA: hue angle of 232.6º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5063EA is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 99 234 -
CMYK 0.66 0.58 0 0.08
HSL 232.6º 0.79% 0.62% -
HSV(B) 232.6º 0.66% 0.92% -
XYZ 22.62 16.57 79.85 -
YUV 108.71 198.71 107.52 -
System Red Green Blue C M Y K H S L
Decimal 80 99 234 0.66 0.58 0 0.08 232.6 0.79 0.62
Hex 50 63 EA 42 3A 0 8 E9 4F 3E
Octal 120 143 352 102 72 0 10 351 117 76
Binary 1010000 1100011 11101010 1000010 111010 0 1000 11101001 1001111 111110

Color Harmonies of #5063EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5063EA

Black with #5063EA

Text Example


Text Example

White with #5063EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5063EA; }

 p { color: rgb(80,99,234); }

 H1.HeaderClassName
 {
   color: #5063EA;
 }
 .AnyTagClassName
 {
   color: #5063EA;
 }
</style>

background-color css

<style>
 a { background-color: #5063EA; }

 a { background-color: rgb(80,99,234); }

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

border-color css

<style>
 span { border-color: #5063EA; }

 span { border-color: rgb(80,99,234); }

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