#588BDC

Color #588BDC Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #588BDC

Tints of Cornflower Blue #588BDC

Color information

#588BDC (or 0x588BDC) is unknown color: approx Cornflower Blue. HEX triplet: 58, 8B and DC. RGB value is (88,139,220). Sum of RGB (Red+Green+Blue) = 88+139+220=447 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.69% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #588BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588BDC is #A77423. Grayscale: #848484. Windows color (decimal): -10974244 or 14453592. OLE color: 14453592.

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

Color convert

RGB88139220-
CMYK0.60.3700.14
HSL216.82º65.35%60.39%-
HSV(B)216.82º60%86.27%-
XYZ26.1825.7171.29-
YUV132.98177.195.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.69%
GREEN value IS 139 (54.69% from 255) = 31.10%
BLUE value IS 220 (86.33% from 255) = 49.22%
R=19.69%
G=31.10%
B=49.22%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal881392200.60.3700.14216.8265.3560.39
Hex588BDC3C250Ed9413c
Octal130213334744501633110174
Binary1011000100010111101110011110010010101110110110011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #588BDC;
 }
 .AnyTagClassName
 {
   color: #588BDC;
 }
</style>
background-color css

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

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

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

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

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

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