#5069ed

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

Shades of Royal Blue #5069ED

Tints of Royal Blue #5069ED

Color information

#5069ED (or 0x5069ED) is unknown color: approx Royal Blue. HEX triplet: 50, 69 and ED. RGB value is (80,105,237). Sum of RGB (Red+Green+Blue) = 80+105+237=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #5069ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5069ED is #AF9612. Grayscale: #707070. Windows color (decimal): -11507219 or 15558992. OLE color: 15558992.

HSL color Cylindrical-coordinate representation of color #5069ED: hue angle of 230.45º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5069ED is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB80105237-
CMYK0.660.5600.07
HSL230.45º81.35%62.16%-
HSV(B)230.45º66.24%92.94%-
XYZ23.6517.9282.33-
YUV112.57198.22104.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.96%
GREEN value IS 105 (41.41% from 255) = 24.88%
BLUE value IS 237 (92.97% from 255) = 56.16%
R=18.96%
G=24.88%
B=56.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal801052370.660.5600.07230.4581.3562.16
Hex5069ED423807e6513e
Octal120151355102700734612176
Binary101000011010011110110110000101110000111111001101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5069ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5069ed; }

 p { color: rgb(80,105,237); }

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

<style>
 a { background-color: #5069ed; }

 a { background-color: rgb(80,105,237); }

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

<style>
 span { border-color: #5069ed; }

 span { border-color: rgb(80,105,237); }

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