Html Css Color HEX #5882DC Cornflower Blue

📋 copy color: '#5882DC'

red 88 ◦ green 130 ◦ blue 220

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

Shades of Cornflower Blue #5882DC

Tints of Cornflower Blue #5882DC

RGB

 RED value IS 88 (34.77% from 255) = 20.09%

 GREEN value IS 130 (51.17% from 255) = 29.68%

 BLUE value IS 220 (86.33% from 255) = 50.23%

R = 20.09%
G = 29.68%
B = 50.23%

CMYK

 C value IS 0.6

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5882DC (or 0x5882DC) is known color: Cornflower Blue. HEX triplet: 58, 82 and DC. RGB value is (88,130,220). Sum of RGB (Red+Green+Blue) = 88+130+220=438 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.09% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #5882DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5882DC is #A77D23. Grayscale: #7F7F7F. Windows color (decimal): -10976548 or 14451288. OLE color: 14451288.

HSL color Cylindrical-coordinate representation of color #5882DC: hue angle of 220.91º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5882DC is Cyan = 0.6, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 130 220 -
CMYK 0.6 0.41 0 0.14
HSL 220.91º 0.65% 0.6% -
HSV(B) 220.91º 0.6% 0.86% -
XYZ 24.93 23.21 70.88 -
YUV 127.7 180.09 99.68 -
System Red Green Blue C M Y K H S L
Decimal 88 130 220 0.6 0.41 0 0.14 220.91 0.65 0.6
Hex 58 82 DC 3C 29 0 E DD 41 3C
Octal 130 202 334 74 51 0 16 335 101 74
Binary 1011000 10000010 11011100 111100 101001 0 1110 11011101 1000001 111100

Color Harmonies of #5882DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5882DC

Black with #5882DC

Text Example


Text Example

White with #5882DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5882DC; }

 p { color: rgb(88,130,220); }

 H1.HeaderClassName
 {
   color: #5882DC;
 }
 .AnyTagClassName
 {
   color: #5882DC;
 }
</style>

background-color css

<style>
 a { background-color: #5882DC; }

 a { background-color: rgb(88,130,220); }

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

border-color css

<style>
 span { border-color: #5882DC; }

 span { border-color: rgb(88,130,220); }

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