Html Css Color HEX #5072EC Royal Blue

📋 copy color: '#5072EC'

red 80 ◦ green 114 ◦ blue 236

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

Shades of Royal Blue #5072EC

Tints of Royal Blue #5072EC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.51%

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

R = 18.6%
G = 26.51%
B = 54.88%

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

#5072EC (or 0x5072EC) is known color: Royal Blue. HEX triplet: 50, 72 and EC. RGB value is (80,114,236). Sum of RGB (Red+Green+Blue) = 80+114+236=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #5072EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5072EC is #AF8D13. Grayscale: #757575. Windows color (decimal): -11504916 or 15495760. OLE color: 15495760.

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

Color convert

RGB 80 114 236 -
CMYK 0.66 0.52 0 0.07
HSL 226.92º 0.8% 0.62% -
HSV(B) 226.92º 0.66% 0.93% -
XYZ 24.47 19.8 81.89 -
YUV 117.74 194.74 101.08 -
System Red Green Blue C M Y K H S L
Decimal 80 114 236 0.66 0.52 0 0.07 226.92 0.8 0.62
Hex 50 72 EC 42 34 0 7 E3 50 3E
Octal 120 162 354 102 64 0 7 343 120 76
Binary 1010000 1110010 11101100 1000010 110100 0 111 11100011 1010000 111110

Color Harmonies of #5072EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5072EC

Black with #5072EC

Text Example


Text Example

White with #5072EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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