Html Css Color HEX #5580DE Cornflower Blue

📋 copy color: '#5580DE'

red 85 ◦ green 128 ◦ blue 222

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

Shades of Cornflower Blue #5580DE

Tints of Cornflower Blue #5580DE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.43%

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

R = 19.54%
G = 29.43%
B = 51.03%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5580DE (or 0x5580DE) is known color: Cornflower Blue. HEX triplet: 55, 80 and DE. RGB value is (85,128,222). Sum of RGB (Red+Green+Blue) = 85+128+222=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #5580DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5580DE is #AA7F21. Grayscale: #7D7D7D. Windows color (decimal): -11173666 or 14581845. OLE color: 14581845.

HSL color Cylindrical-coordinate representation of color #5580DE: hue angle of 221.17º degrees, saturation: 0.67, 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 #5580DE is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 128 222 -
CMYK 0.62 0.42 0 0.13
HSL 221.17º 0.67% 0.6% -
HSV(B) 221.17º 0.62% 0.87% -
XYZ 24.65 22.64 72.18 -
YUV 125.86 182.25 98.86 -
System Red Green Blue C M Y K H S L
Decimal 85 128 222 0.62 0.42 0 0.13 221.17 0.67 0.6
Hex 55 80 DE 3E 2A 0 D DD 43 3C
Octal 125 200 336 76 52 0 15 335 103 74
Binary 1010101 10000000 11011110 111110 101010 0 1101 11011101 1000011 111100

Color Harmonies of #5580DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5580DE

Black with #5580DE

Text Example


Text Example

White with #5580DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,128,222); }

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

background-color css

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

 a { background-color: rgb(85,128,222); }

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

border-color css

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

 span { border-color: rgb(85,128,222); }

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