#5073DC

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

Shades of Royal Blue #5073DC

Tints of Royal Blue #5073DC

Color information

#5073DC (or 0x5073DC) is unknown color: approx Royal Blue. HEX triplet: 50, 73 and DC. RGB value is (80,115,220). Sum of RGB (Red+Green+Blue) = 80+115+220=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #5073DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5073DC is #AF8C23. Grayscale: #747474. Windows color (decimal): -11504676 or 14447440. OLE color: 14447440.

HSL color Cylindrical-coordinate representation of color #5073DC: hue angle of 225º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5073DC is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB80115220-
CMYK0.640.4800.14
HSL225º66.67%58.82%-
HSV(B)225º63.64%86.27%-
XYZ22.3619.1370.23-
YUV116.5186.4101.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.28%
GREEN value IS 115 (45.31% from 255) = 27.71%
BLUE value IS 220 (86.33% from 255) = 53.01%
R=19.28%
G=27.71%
B=53.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal801152200.640.4800.1422566.6758.82
Hex5073DC40300Ee1433b
Octal1201633341006001634110373
Binary1010000111001111011100100000011000001110111000011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5073DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5073DC; }

 p { color: rgb(80,115,220); }

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

<style>
 a { background-color: #5073DC; }

 a { background-color: rgb(80,115,220); }

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

<style>
 span { border-color: #5073DC; }

 span { border-color: rgb(80,115,220); }

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