Html Css Color HEX #5074E2 Royal Blue

📋 copy color: '#5074E2'

red 80 ◦ green 116 ◦ blue 226

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

Shades of Royal Blue #5074E2

Tints of Royal Blue #5074E2

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.49%

 BLUE value IS 226 (88.67% from 255) = 53.55%

R = 18.96%
G = 27.49%
B = 53.55%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#5074E2 (or 0x5074E2) is known color: Royal Blue. HEX triplet: 50, 74 and E2. RGB value is (80,116,226). Sum of RGB (Red+Green+Blue) = 80+116+226=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 226 (88.67% from 255 or 53.55% from 422); Max value from RGB is 226 - color contains mainly: blue. Hex color #5074E2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5074E2 is #AF8B1D. Grayscale: #757575. Windows color (decimal): -11504414 or 14840912. OLE color: 14840912.

HSL color Cylindrical-coordinate representation of color #5074E2: hue angle of 225.21º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5074E2 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 116 226 -
CMYK 0.65 0.49 0 0.11
HSL 225.21º 0.72% 0.6% -
HSV(B) 225.21º 0.65% 0.89% -
XYZ 23.28 19.69 74.52 -
YUV 117.78 189.07 101.06 -
System Red Green Blue C M Y K H S L
Decimal 80 116 226 0.65 0.49 0 0.11 225.21 0.72 0.6
Hex 50 74 E2 41 31 0 B E1 48 3C
Octal 120 164 342 101 61 0 13 341 110 74
Binary 1010000 1110100 11100010 1000001 110001 0 1011 11100001 1001000 111100

Color Harmonies of #5074E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5074E2

Black with #5074E2

Text Example


Text Example

White with #5074E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5074E2; }

 p { color: rgb(80,116,226); }

 H1.HeaderClassName
 {
   color: #5074E2;
 }
 .AnyTagClassName
 {
   color: #5074E2;
 }
</style>

background-color css

<style>
 a { background-color: #5074E2; }

 a { background-color: rgb(80,116,226); }

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

border-color css

<style>
 span { border-color: #5074E2; }

 span { border-color: rgb(80,116,226); }

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