Html Css Color HEX #5882EB Cornflower Blue

📋 copy color: '#5882EB'

red 88 ◦ green 130 ◦ blue 235

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

Shades of Cornflower Blue #5882EB

Tints of Cornflower Blue #5882EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.88%

R = 19.43%
G = 28.7%
B = 51.88%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5882EB (or 0x5882EB) is known color: Cornflower Blue. HEX triplet: 58, 82 and EB. RGB value is (88,130,235). Sum of RGB (Red+Green+Blue) = 88+130+235=453 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.43% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #5882EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5882EB is #A77D14. Grayscale: #808080. Windows color (decimal): -10976533 or 15434328. OLE color: 15434328.

HSL color Cylindrical-coordinate representation of color #5882EB: hue angle of 222.86º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5882EB is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 88 130 235 -
CMYK 0.63 0.45 0 0.08
HSL 222.86º 0.79% 0.63% -
HSV(B) 222.86º 0.63% 0.92% -
XYZ 27 24.04 81.81 -
YUV 129.41 187.59 98.46 -
System Red Green Blue C M Y K H S L
Decimal 88 130 235 0.63 0.45 0 0.08 222.86 0.79 0.63
Hex 58 82 EB 3F 2D 0 8 DF 4F 3F
Octal 130 202 353 77 55 0 10 337 117 77
Binary 1011000 10000010 11101011 111111 101101 0 1000 11011111 1001111 111111

Color Harmonies of #5882EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5882EB

Black with #5882EB

Text Example


Text Example

White with #5882EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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