#5A7EE1

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

Shades of Cornflower Blue #5A7EE1

Tints of Cornflower Blue #5A7EE1

Color information

#5A7EE1 (or 0x5A7EE1) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 7E and E1. RGB value is (90,126,225). Sum of RGB (Red+Green+Blue) = 90+126+225=441 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.41% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 225 (88.28% from 255 or 51.02% from 441); Max value from RGB is 225 - color contains mainly: blue. Hex color #5A7EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7EE1 is #A5811E. Grayscale: #7E7E7E. Windows color (decimal): -10846495 or 14777946. OLE color: 14777946.

HSL color Cylindrical-coordinate representation of color #5A7EE1: hue angle of 224º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A7EE1 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB90126225-
CMYK0.600.4400.12
HSL224º69.23%61.76%-
HSV(B)224º60%88.24%-
XYZ25.2722.5374.25-
YUV126.52183.57101.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.41%
GREEN value IS 126 (49.61% from 255) = 28.57%
BLUE value IS 225 (88.28% from 255) = 51.02%
R=20.41%
G=28.57%
B=51.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal901262250.600.4400.1222469.2361.76
Hex5A7EE13C2C0Ce0453e
Octal132176341745401434010576
Binary101101011111101110000111110010110001100111000001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A7EE1; }

 p { color: rgb(90,126,225); }

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

<style>
 a { background-color: #5A7EE1; }

 a { background-color: rgb(90,126,225); }

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

<style>
 span { border-color: #5A7EE1; }

 span { border-color: rgb(90,126,225); }

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