Html Css Color HEX #5071EB Royal Blue

📋 copy color: '#5071EB'

red 80 ◦ green 113 ◦ blue 235

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

Shades of Royal Blue #5071EB

Tints of Royal Blue #5071EB

RGB

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

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

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

R = 18.69%
G = 26.4%
B = 54.91%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5071EB (or 0x5071EB) is known color: Royal Blue. HEX triplet: 50, 71 and EB. RGB value is (80,113,235). Sum of RGB (Red+Green+Blue) = 80+113+235=428 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.69% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #5071EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5071EB is #AF8E14. Grayscale: #747474. Windows color (decimal): -11505173 or 15429968. OLE color: 15429968.

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

Color convert

RGB 80 113 235 -
CMYK 0.66 0.52 0 0.08
HSL 227.23º 0.79% 0.62% -
HSV(B) 227.23º 0.66% 0.92% -
XYZ 24.21 19.51 81.09 -
YUV 117.04 194.57 101.58 -
System Red Green Blue C M Y K H S L
Decimal 80 113 235 0.66 0.52 0 0.08 227.23 0.79 0.62
Hex 50 71 EB 42 34 0 8 E3 4F 3E
Octal 120 161 353 102 64 0 10 343 117 76
Binary 1010000 1110001 11101011 1000010 110100 0 1000 11100011 1001111 111110

Color Harmonies of #5071EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5071EB

Black with #5071EB

Text Example


Text Example

White with #5071EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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