Html Css Color HEX #5587EF Cornflower Blue

📋 copy color: '#5587EF'

red 85 ◦ green 135 ◦ blue 239

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

Shades of Cornflower Blue #5587EF

Tints of Cornflower Blue #5587EF

RGB

 RED value IS 85 (33.59% from 255) = 18.52%

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

 BLUE value IS 239 (93.75% from 255) = 52.07%

R = 18.52%
G = 29.41%
B = 52.07%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5587EF (or 0x5587EF) is known color: Cornflower Blue. HEX triplet: 55, 87 and EF. RGB value is (85,135,239). Sum of RGB (Red+Green+Blue) = 85+135+239=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #5587EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5587EF is #AA7810. Grayscale: #838383. Windows color (decimal): -11171857 or 15697749. OLE color: 15697749.

HSL color Cylindrical-coordinate representation of color #5587EF: hue angle of 220.52º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5587EF is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 135 239 -
CMYK 0.64 0.44 0 0.06
HSL 220.52º 0.83% 0.64% -
HSV(B) 220.52º 0.64% 0.94% -
XYZ 27.99 25.49 85.11 -
YUV 131.91 188.44 94.54 -
System Red Green Blue C M Y K H S L
Decimal 85 135 239 0.64 0.44 0 0.06 220.52 0.83 0.64
Hex 55 87 EF 40 2C 0 6 DD 53 40
Octal 125 207 357 100 54 0 6 335 123 100
Binary 1010101 10000111 11101111 1000000 101100 0 110 11011101 1010011 1000000

Color Harmonies of #5587EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5587EF

Black with #5587EF

Text Example


Text Example

White with #5587EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5587EF; }

 p { color: rgb(85,135,239); }

 H1.HeaderClassName
 {
   color: #5587EF;
 }
 .AnyTagClassName
 {
   color: #5587EF;
 }
</style>

background-color css

<style>
 a { background-color: #5587EF; }

 a { background-color: rgb(85,135,239); }

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

border-color css

<style>
 span { border-color: #5587EF; }

 span { border-color: rgb(85,135,239); }

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