Html Css Color HEX #5487EF Cornflower Blue

📋 copy color: '#5487EF'

red 84 ◦ green 135 ◦ blue 239

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

Shades of Cornflower Blue #5487EF

Tints of Cornflower Blue #5487EF

RGB

 RED value IS 84 (33.2% from 255) = 18.34%

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

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

R = 18.34%
G = 29.48%
B = 52.18%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5487EF (or 0x5487EF) is known color: Cornflower Blue. HEX triplet: 54, 87 and EF. RGB value is (84,135,239). Sum of RGB (Red+Green+Blue) = 84+135+239=458 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.34% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #5487EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5487EF is #AB7810. Grayscale: #838383. Windows color (decimal): -11237393 or 15697748. OLE color: 15697748.

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

Color convert

RGB 84 135 239 -
CMYK 0.65 0.44 0 0.06
HSL 220.26º 0.83% 0.63% -
HSV(B) 220.26º 0.65% 0.94% -
XYZ 27.9 25.44 85.1 -
YUV 131.61 188.6 94.04 -
System Red Green Blue C M Y K H S L
Decimal 84 135 239 0.65 0.44 0 0.06 220.26 0.83 0.63
Hex 54 87 EF 41 2C 0 6 DC 53 3F
Octal 124 207 357 101 54 0 6 334 123 77
Binary 1010100 10000111 11101111 1000001 101100 0 110 11011100 1010011 111111

Color Harmonies of #5487EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5487EF

Black with #5487EF

Text Example


Text Example

White with #5487EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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