Html Css Color HEX #5063EB Royal Blue

📋 copy color: '#5063EB'

red 80 ◦ green 99 ◦ blue 235

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

Shades of Royal Blue #5063EB

Tints of Royal Blue #5063EB

RGB

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

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

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

R = 19.32%
G = 23.91%
B = 56.76%

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

#5063EB (or 0x5063EB) is known color: Royal Blue. HEX triplet: 50, 63 and EB. RGB value is (80,99,235). Sum of RGB (Red+Green+Blue) = 80+99+235=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #5063EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5063EB is #AF9C14. Grayscale: #6C6C6C. Windows color (decimal): -11508757 or 15426384. OLE color: 15426384.

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

Color convert

RGB 80 99 235 -
CMYK 0.66 0.58 0 0.08
HSL 232.65º 0.79% 0.62% -
HSV(B) 232.65º 0.66% 0.92% -
XYZ 22.77 16.63 80.61 -
YUV 108.82 199.21 107.44 -
System Red Green Blue C M Y K H S L
Decimal 80 99 235 0.66 0.58 0 0.08 232.65 0.79 0.62
Hex 50 63 EB 42 3A 0 8 E9 4F 3E
Octal 120 143 353 102 72 0 10 351 117 76
Binary 1010000 1100011 11101011 1000010 111010 0 1000 11101001 1001111 111110

Color Harmonies of #5063EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5063EB

Black with #5063EB

Text Example


Text Example

White with #5063EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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