#5087EA

Color #5087EA Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #5087EA

Tints of Cornflower Blue #5087EA

Color information

#5087EA (or 0x5087EA) is unknown color: approx Cornflower Blue. HEX triplet: 50, 87 and EA. RGB value is (80,135,234). Sum of RGB (Red+Green+Blue) = 80+135+234=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #5087EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5087EA is #AF7815. Grayscale: #818181. Windows color (decimal): -11499542 or 15370064. OLE color: 15370064.

HSL color Cylindrical-coordinate representation of color #5087EA: hue angle of 218.57º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5087EA is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB80135234-
CMYK0.660.4200.08
HSL218.57º78.57%61.57%-
HSV(B)218.57º65.81%91.76%-
XYZ26.8224.9781.25-
YUV129.84186.7892.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.82%
GREEN value IS 135 (53.12% from 255) = 30.07%
BLUE value IS 234 (91.80% from 255) = 52.12%
R=17.82%
G=30.07%
B=52.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal801352340.660.4200.08218.5778.5761.57
Hex5087EA422A08db4f3e
Octal1202073521025201033311776
Binary10100001000011111101010100001010101001000110110111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5087EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5087EA; }

 p { color: rgb(80,135,234); }

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

<style>
 a { background-color: #5087EA; }

 a { background-color: rgb(80,135,234); }

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

<style>
 span { border-color: #5087EA; }

 span { border-color: rgb(80,135,234); }

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