Html Css Color HEX #5487DF Cornflower Blue

📋 copy color: '#5487DF'

red 84 ◦ green 135 ◦ blue 223

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

Shades of Cornflower Blue #5487DF

Tints of Cornflower Blue #5487DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.45%

R = 19%
G = 30.54%
B = 50.45%

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

#5487DF (or 0x5487DF) is known color: Cornflower Blue. HEX triplet: 54, 87 and DF. RGB value is (84,135,223). Sum of RGB (Red+Green+Blue) = 84+135+223=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #5487DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5487DF is #AB7820. Grayscale: #818181. Windows color (decimal): -11237409 or 14649172. OLE color: 14649172.

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

Color convert

RGB 84 135 223 -
CMYK 0.62 0.39 0 0.13
HSL 217.99º 0.68% 0.6% -
HSV(B) 217.99º 0.62% 0.87% -
XYZ 25.64 24.54 73.2 -
YUV 129.78 180.6 95.34 -
System Red Green Blue C M Y K H S L
Decimal 84 135 223 0.62 0.39 0 0.13 217.99 0.68 0.6
Hex 54 87 DF 3E 27 0 D DA 44 3C
Octal 124 207 337 76 47 0 15 332 104 74
Binary 1010100 10000111 11011111 111110 100111 0 1101 11011010 1000100 111100

Color Harmonies of #5487DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5487DF

Black with #5487DF

Text Example


Text Example

White with #5487DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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