Html Css Color HEX #5980DE Cornflower Blue

📋 copy color: '#5980DE'

red 89 ◦ green 128 ◦ blue 222

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

Shades of Cornflower Blue #5980DE

Tints of Cornflower Blue #5980DE

RGB

 RED value IS 89 (35.16% from 255) = 20.27%

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

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

R = 20.27%
G = 29.16%
B = 50.57%

CMYK

 C value IS 0.60

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5980DE (or 0x5980DE) is known color: Cornflower Blue. HEX triplet: 59, 80 and DE. RGB value is (89,128,222). Sum of RGB (Red+Green+Blue) = 89+128+222=439 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.27% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #5980DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5980DE is #A67F21. Grayscale: #7E7E7E. Windows color (decimal): -10911522 or 14581849. OLE color: 14581849.

HSL color Cylindrical-coordinate representation of color #5980DE: hue angle of 222.41º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5980DE is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 128 222 -
CMYK 0.60 0.42 0 0.13
HSL 222.41º 0.67% 0.61% -
HSV(B) 222.41º 0.6% 0.87% -
XYZ 25.02 22.84 72.2 -
YUV 127.06 181.58 100.86 -
System Red Green Blue C M Y K H S L
Decimal 89 128 222 0.60 0.42 0 0.13 222.41 0.67 0.61
Hex 59 80 DE 3C 2A 0 D DE 43 3D
Octal 131 200 336 74 52 0 15 336 103 75
Binary 1011001 10000000 11011110 111100 101010 0 1101 11011110 1000011 111101

Color Harmonies of #5980DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5980DE

Black with #5980DE

Text Example


Text Example

White with #5980DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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