Html Css Color HEX #5087EA Cornflower Blue

📋 copy color: '#5087EA'

red 80 ◦ green 135 ◦ blue 234

#5087EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #5087EA

Tints of Cornflower Blue #5087EA

RGB

 RED value IS 80 (31.64% from 255) = 17.82%

 GREEN value IS 135 (53.13% from 255) = 30.07%

 BLUE value IS 234 (91.8% from 255) = 52.12%

R = 17.82%
G = 30.07%
B = 52.12%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5087EA (or 0x5087EA) is known color: 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

RGB 80 135 234 -
CMYK 0.66 0.42 0 0.08
HSL 218.57º 0.79% 0.62% -
HSV(B) 218.57º 0.66% 0.92% -
XYZ 26.82 24.97 81.25 -
YUV 129.84 186.78 92.45 -
System Red Green Blue C M Y K H S L
Decimal 80 135 234 0.66 0.42 0 0.08 218.57 0.79 0.62
Hex 50 87 EA 42 2A 0 8 DB 4F 3E
Octal 120 207 352 102 52 0 10 333 117 76
Binary 1010000 10000111 11101010 1000010 101010 0 1000 11011011 1001111 111110

Color Harmonies of #5087EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5087EA

Black with #5087EA

Text Example


Text Example

White with #5087EA

Text Example


Text Example

HTML Codes & Css Web 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>