Html Css Color HEX #5061EC Royal Blue

📋 copy color: '#5061EC'

red 80 ◦ green 97 ◦ blue 236

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

Shades of Royal Blue #5061EC

Tints of Royal Blue #5061EC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.49%

 BLUE value IS 236 (92.58% from 255) = 57.14%

R = 19.37%
G = 23.49%
B = 57.14%

CMYK

 C value IS 0.66

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5061EC (or 0x5061EC) is known color: Royal Blue. HEX triplet: 50, 61 and EC. RGB value is (80,97,236). Sum of RGB (Red+Green+Blue) = 80+97+236=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #5061EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5061EC is #AF9E13. Grayscale: #6B6B6B. Windows color (decimal): -11509268 or 15491408. OLE color: 15491408.

HSL color Cylindrical-coordinate representation of color #5061EC: hue angle of 233.46º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5061EC is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 97 236 -
CMYK 0.66 0.59 0 0.07
HSL 233.46º 0.8% 0.62% -
HSV(B) 233.46º 0.66% 0.93% -
XYZ 22.72 16.31 81.31 -
YUV 107.76 200.37 108.2 -
System Red Green Blue C M Y K H S L
Decimal 80 97 236 0.66 0.59 0 0.07 233.46 0.8 0.62
Hex 50 61 EC 42 3B 0 7 E9 50 3E
Octal 120 141 354 102 73 0 7 351 120 76
Binary 1010000 1100001 11101100 1000010 111011 0 111 11101001 1010000 111110

Color Harmonies of #5061EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5061EC

Black with #5061EC

Text Example


Text Example

White with #5061EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5061EC; }

 p { color: rgb(80,97,236); }

 H1.HeaderClassName
 {
   color: #5061EC;
 }
 .AnyTagClassName
 {
   color: #5061EC;
 }
</style>

background-color css

<style>
 a { background-color: #5061EC; }

 a { background-color: rgb(80,97,236); }

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

border-color css

<style>
 span { border-color: #5061EC; }

 span { border-color: rgb(80,97,236); }

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