Html Css Color HEX #588CDC Cornflower Blue

📋 copy color: '#588CDC'

red 88 ◦ green 140 ◦ blue 220

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

Shades of Cornflower Blue #588CDC

Tints of Cornflower Blue #588CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.25%

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

R = 19.64%
G = 31.25%
B = 49.11%

CMYK

 C value IS 0.6

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#588CDC (or 0x588CDC) is known color: Cornflower Blue. HEX triplet: 58, 8C and DC. RGB value is (88,140,220). Sum of RGB (Red+Green+Blue) = 88+140+220=448 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.64% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #588CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588CDC is #A77323. Grayscale: #858585. Windows color (decimal): -10973988 or 14453848. OLE color: 14453848.

HSL color Cylindrical-coordinate representation of color #588CDC: hue angle of 216.36º 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 #588CDC is Cyan = 0.6, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 140 220 -
CMYK 0.6 0.36 0 0.14
HSL 216.36º 0.65% 0.6% -
HSV(B) 216.36º 0.6% 0.86% -
XYZ 26.32 26 71.34 -
YUV 133.57 176.77 95.5 -
System Red Green Blue C M Y K H S L
Decimal 88 140 220 0.6 0.36 0 0.14 216.36 0.65 0.6
Hex 58 8C DC 3C 24 0 E D8 41 3C
Octal 130 214 334 74 44 0 16 330 101 74
Binary 1011000 10001100 11011100 111100 100100 0 1110 11011000 1000001 111100

Color Harmonies of #588CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588CDC

Black with #588CDC

Text Example


Text Example

White with #588CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588CDC; }

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

 H1.HeaderClassName
 {
   color: #588CDC;
 }
 .AnyTagClassName
 {
   color: #588CDC;
 }
</style>

background-color css

<style>
 a { background-color: #588CDC; }

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

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

border-color css

<style>
 span { border-color: #588CDC; }

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

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