#5074D0

Color #5074D0 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #5074D0

Tints of Royal Blue #5074D0

Color information

#5074D0 (or 0x5074D0) is unknown color: approx Royal Blue. HEX triplet: 50, 74 and D0. RGB value is (80,116,208). Sum of RGB (Red+Green+Blue) = 80+116+208=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 208 (81.64% from 255 or 51.49% from 404); Max value from RGB is 208 - color contains mainly: blue. Hex color #5074D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5074D0 is #AF8B2F. Grayscale: #737373. Windows color (decimal): -11504432 or 13661264. OLE color: 13661264.

HSL color Cylindrical-coordinate representation of color #5074D0: hue angle of 223.12º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5074D0 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB80116208-
CMYK0.620.4400.18
HSL223.12º57.66%56.47%-
HSV(B)223.12º61.54%81.57%-
XYZ20.9418.7562.19-
YUV115.72180.07102.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.80%
GREEN value IS 116 (45.70% from 255) = 28.71%
BLUE value IS 208 (81.64% from 255) = 51.49%
R=19.80%
G=28.71%
B=51.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal801162080.620.4400.18223.1257.6656.47
Hex5074D03E2C012df3a38
Octal12016432076540223377270
Binary101000011101001101000011111010110001001011011111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5074D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5074D0;
 }
 .AnyTagClassName
 {
   color: #5074D0;
 }
</style>
background-color css

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

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

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

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

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

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