Html Css Color HEX #5071EC Royal Blue

📋 copy color: '#5071EC'

red 80 ◦ green 113 ◦ blue 236

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

Shades of Royal Blue #5071EC

Tints of Royal Blue #5071EC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.34%

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

R = 18.65%
G = 26.34%
B = 55.01%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5071EC (or 0x5071EC) is known color: Royal Blue. HEX triplet: 50, 71 and EC. RGB value is (80,113,236). Sum of RGB (Red+Green+Blue) = 80+113+236=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #5071EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5071EC is #AF8E13. Grayscale: #747474. Windows color (decimal): -11505172 or 15495504. OLE color: 15495504.

HSL color Cylindrical-coordinate representation of color #5071EC: hue angle of 227.31º 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 #5071EC is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 113 236 -
CMYK 0.66 0.52 0 0.07
HSL 227.31º 0.8% 0.62% -
HSV(B) 227.31º 0.66% 0.93% -
XYZ 24.35 19.57 81.85 -
YUV 117.16 195.07 101.5 -
System Red Green Blue C M Y K H S L
Decimal 80 113 236 0.66 0.52 0 0.07 227.31 0.8 0.62
Hex 50 71 EC 42 34 0 7 E3 50 3E
Octal 120 161 354 102 64 0 7 343 120 76
Binary 1010000 1110001 11101100 1000010 110100 0 111 11100011 1010000 111110

Color Harmonies of #5071EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5071EC

Black with #5071EC

Text Example


Text Example

White with #5071EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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