Html Css Color HEX #5087DE Cornflower Blue

📋 copy color: '#5087DE'

red 80 ◦ green 135 ◦ blue 222

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

Shades of Cornflower Blue #5087DE

Tints of Cornflower Blue #5087DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.8%

R = 18.31%
G = 30.89%
B = 50.8%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5087DE (or 0x5087DE) is known color: Cornflower Blue. HEX triplet: 50, 87 and DE. RGB value is (80,135,222). Sum of RGB (Red+Green+Blue) = 80+135+222=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #5087DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5087DE is #AF7821. Grayscale: #808080. Windows color (decimal): -11499554 or 14583632. OLE color: 14583632.

HSL color Cylindrical-coordinate representation of color #5087DE: hue angle of 216.76º 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 #5087DE is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 135 222 -
CMYK 0.64 0.39 0 0.13
HSL 216.76º 0.68% 0.59% -
HSV(B) 216.76º 0.64% 0.87% -
XYZ 25.16 24.31 72.47 -
YUV 128.47 180.78 93.43 -
System Red Green Blue C M Y K H S L
Decimal 80 135 222 0.64 0.39 0 0.13 216.76 0.68 0.59
Hex 50 87 DE 40 27 0 D D9 44 3B
Octal 120 207 336 100 47 0 15 331 104 73
Binary 1010000 10000111 11011110 1000000 100111 0 1101 11011001 1000100 111011

Color Harmonies of #5087DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5087DE

Black with #5087DE

Text Example


Text Example

White with #5087DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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