#5070DE

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

Shades of Royal Blue #5070DE

Tints of Royal Blue #5070DE

Color information

#5070DE (or 0x5070DE) is unknown color: approx Royal Blue. HEX triplet: 50, 70 and DE. RGB value is (80,112,222). Sum of RGB (Red+Green+Blue) = 80+112+222=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #5070DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5070DE is #AF8F21. Grayscale: #727272. Windows color (decimal): -11505442 or 14577744. OLE color: 14577744.

HSL color Cylindrical-coordinate representation of color #5070DE: hue angle of 226.48º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5070DE is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB80112222-
CMYK0.640.5000.13
HSL226.48º68.27%59.22%-
HSV(B)226.48º63.96%87.06%-
XYZ22.2918.5771.52-
YUV114.97188.4103.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.32%
GREEN value IS 112 (44.14% from 255) = 27.05%
BLUE value IS 222 (87.11% from 255) = 53.62%
R=19.32%
G=27.05%
B=53.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal801122220.640.5000.13226.4868.2759.22
Hex5070DE40320De2443b
Octal1201603361006201534210473
Binary1010000111000011011110100000011001001101111000101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5070DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5070DE; }

 p { color: rgb(80,112,222); }

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

<style>
 a { background-color: #5070DE; }

 a { background-color: rgb(80,112,222); }

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

<style>
 span { border-color: #5070DE; }

 span { border-color: rgb(80,112,222); }

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