Html Css Color HEX #5074D7 Royal Blue

📋 copy color: '#5074D7'

red 80 ◦ green 116 ◦ blue 215

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

Shades of Royal Blue #5074D7

Tints of Royal Blue #5074D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 52.31%

R = 19.46%
G = 28.22%
B = 52.31%

CMYK

 C value IS 0.63

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5074D7 (or 0x5074D7) is known color: Royal Blue. HEX triplet: 50, 74 and D7. RGB value is (80,116,215). Sum of RGB (Red+Green+Blue) = 80+116+215=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 215 (84.38% from 255 or 52.31% from 411); Max value from RGB is 215 - color contains mainly: blue. Hex color #5074D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5074D7 is #AF8B28. Grayscale: #747474. Windows color (decimal): -11504425 or 14120016. OLE color: 14120016.

HSL color Cylindrical-coordinate representation of color #5074D7: hue angle of 224º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5074D7 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 116 215 -
CMYK 0.63 0.46 0 0.16
HSL 224º 0.63% 0.58% -
HSV(B) 224º 0.63% 0.84% -
XYZ 21.82 19.1 66.83 -
YUV 116.52 183.57 101.95 -
System Red Green Blue C M Y K H S L
Decimal 80 116 215 0.63 0.46 0 0.16 224 0.63 0.58
Hex 50 74 D7 3F 2E 0 10 E0 3F 3A
Octal 120 164 327 77 56 0 20 340 77 72
Binary 1010000 1110100 11010111 111111 101110 0 10000 11100000 111111 111010

Color Harmonies of #5074D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5074D7

Black with #5074D7

Text Example


Text Example

White with #5074D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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