#587AFA

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

Shades of Cornflower Blue #587AFA

Tints of Cornflower Blue #587AFA

Color information

#587AFA (or 0x587AFA) is unknown color: approx Cornflower Blue. HEX triplet: 58, 7A and FA. RGB value is (88,122,250). Sum of RGB (Red+Green+Blue) = 88+122+250=460 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.13% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #587AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #587AFA is #A78505. Grayscale: #7D7D7D. Windows color (decimal): -10978566 or 16415320. OLE color: 16415320.

HSL color Cylindrical-coordinate representation of color #587AFA: hue angle of 227.41º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #587AFA is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB88122250-
CMYK0.650.5100.02
HSL227.41º94.19%66.27%-
HSV(B)227.41º64.8%98.04%-
XYZ28.2422.993.37-
YUV126.43197.74100.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.13%
GREEN value IS 122 (48.05% from 255) = 26.52%
BLUE value IS 250 (98.05% from 255) = 54.35%
R=19.13%
G=26.52%
B=54.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal881222500.650.5100.02227.4194.1966.27
Hex587AFA413302e35e42
Octal1301723721016302343136102
Binary101100011110101111101010000011100110101110001110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587AFA; }

 p { color: rgb(88,122,250); }

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

<style>
 a { background-color: #587AFA; }

 a { background-color: rgb(88,122,250); }

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

<style>
 span { border-color: #587AFA; }

 span { border-color: rgb(88,122,250); }

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