Html Css Color HEX #5087EB Cornflower Blue

📋 copy color: '#5087EB'

red 80 ◦ green 135 ◦ blue 235

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

Shades of Cornflower Blue #5087EB

Tints of Cornflower Blue #5087EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.22%

R = 17.78%
G = 30%
B = 52.22%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5087EB (or 0x5087EB) is known color: Cornflower Blue. HEX triplet: 50, 87 and EB. RGB value is (80,135,235). Sum of RGB (Red+Green+Blue) = 80+135+235=450 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.78% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #5087EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5087EB is #AF7814. Grayscale: #818181. Windows color (decimal): -11499541 or 15435600. OLE color: 15435600.

HSL color Cylindrical-coordinate representation of color #5087EB: hue angle of 218.71º 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 #5087EB is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 135 235 -
CMYK 0.66 0.43 0 0.08
HSL 218.71º 0.79% 0.62% -
HSV(B) 218.71º 0.66% 0.92% -
XYZ 26.97 25.03 82.01 -
YUV 129.96 187.28 92.37 -
System Red Green Blue C M Y K H S L
Decimal 80 135 235 0.66 0.43 0 0.08 218.71 0.79 0.62
Hex 50 87 EB 42 2B 0 8 DB 4F 3E
Octal 120 207 353 102 53 0 10 333 117 76
Binary 1010000 10000111 11101011 1000010 101011 0 1000 11011011 1001111 111110

Color Harmonies of #5087EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5087EB

Black with #5087EB

Text Example


Text Example

White with #5087EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5087EB;
 }
 .AnyTagClassName
 {
   color: #5087EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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