Html Css Color HEX #5070EB Royal Blue

📋 copy color: '#5070EB'

red 80 ◦ green 112 ◦ blue 235

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

Shades of Royal Blue #5070EB

Tints of Royal Blue #5070EB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.23%

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

R = 18.74%
G = 26.23%
B = 55.04%

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

#5070EB (or 0x5070EB) is known color: Royal Blue. HEX triplet: 50, 70 and EB. RGB value is (80,112,235). Sum of RGB (Red+Green+Blue) = 80+112+235=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 235 (92.19% from 255 or 55.04% from 427); Max value from RGB is 235 - color contains mainly: blue. Hex color #5070EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5070EB is #AF8F14. Grayscale: #737373. Windows color (decimal): -11505429 or 15429712. OLE color: 15429712.

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

Color convert

RGB 80 112 235 -
CMYK 0.66 0.52 0 0.08
HSL 227.61º 0.79% 0.62% -
HSV(B) 227.61º 0.66% 0.92% -
XYZ 24.1 19.29 81.05 -
YUV 116.45 194.9 102 -
System Red Green Blue C M Y K H S L
Decimal 80 112 235 0.66 0.52 0 0.08 227.61 0.79 0.62
Hex 50 70 EB 42 34 0 8 E4 4F 3E
Octal 120 160 353 102 64 0 10 344 117 76
Binary 1010000 1110000 11101011 1000010 110100 0 1000 11100100 1001111 111110

Color Harmonies of #5070EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5070EB

Black with #5070EB

Text Example


Text Example

White with #5070EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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