Html Css Color HEX #5487DE Cornflower Blue

📋 copy color: '#5487DE'

red 84 ◦ green 135 ◦ blue 222

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

Shades of Cornflower Blue #5487DE

Tints of Cornflower Blue #5487DE

RGB

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

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

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

R = 19.05%
G = 30.61%
B = 50.34%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5487DE (or 0x5487DE) is known color: Cornflower Blue. HEX triplet: 54, 87 and DE. RGB value is (84,135,222). Sum of RGB (Red+Green+Blue) = 84+135+222=441 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.05% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #5487DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5487DE is #AB7821. Grayscale: #818181. Windows color (decimal): -11237410 or 14583636. OLE color: 14583636.

HSL color Cylindrical-coordinate representation of color #5487DE: hue angle of 217.83º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5487DE is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 135 222 -
CMYK 0.62 0.39 0 0.13
HSL 217.83º 0.68% 0.6% -
HSV(B) 217.83º 0.62% 0.87% -
XYZ 25.5 24.49 72.49 -
YUV 129.67 180.1 95.43 -
System Red Green Blue C M Y K H S L
Decimal 84 135 222 0.62 0.39 0 0.13 217.83 0.68 0.6
Hex 54 87 DE 3E 27 0 D DA 44 3C
Octal 124 207 336 76 47 0 15 332 104 74
Binary 1010100 10000111 11011110 111110 100111 0 1101 11011010 1000100 111100

Color Harmonies of #5487DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5487DE

Black with #5487DE

Text Example


Text Example

White with #5487DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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