Html Css Color HEX #5071ED Royal Blue

📋 copy color: '#5071ED'

red 80 ◦ green 113 ◦ blue 237

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

Shades of Royal Blue #5071ED

Tints of Royal Blue #5071ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.12%

R = 18.6%
G = 26.28%
B = 55.12%

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

#5071ED (or 0x5071ED) is known color: Royal Blue. HEX triplet: 50, 71 and ED. RGB value is (80,113,237). Sum of RGB (Red+Green+Blue) = 80+113+237=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #5071ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5071ED is #AF8E12. Grayscale: #747474. Windows color (decimal): -11505171 or 15561040. OLE color: 15561040.

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

Color convert

RGB 80 113 237 -
CMYK 0.66 0.52 0 0.07
HSL 227.39º 0.81% 0.62% -
HSV(B) 227.39º 0.66% 0.93% -
XYZ 24.5 19.63 82.62 -
YUV 117.27 195.57 101.42 -
System Red Green Blue C M Y K H S L
Decimal 80 113 237 0.66 0.52 0 0.07 227.39 0.81 0.62
Hex 50 71 ED 42 34 0 7 E3 51 3E
Octal 120 161 355 102 64 0 7 343 121 76
Binary 1010000 1110001 11101101 1000010 110100 0 111 11100011 1010001 111110

Color Harmonies of #5071ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5071ED

Black with #5071ED

Text Example


Text Example

White with #5071ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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