#5A7FE0

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

Shades of Cornflower Blue #5A7FE0

Tints of Cornflower Blue #5A7FE0

Color information

#5A7FE0 (or 0x5A7FE0) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 7F and E0. RGB value is (90,127,224). Sum of RGB (Red+Green+Blue) = 90+127+224=441 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.41% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 224 (87.89% from 255 or 50.79% from 441); Max value from RGB is 224 - color contains mainly: blue. Hex color #5A7FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7FE0 is #A5801F. Grayscale: #7E7E7E. Windows color (decimal): -10846240 or 14712666. OLE color: 14712666.

HSL color Cylindrical-coordinate representation of color #5A7FE0: hue angle of 223.43º degrees, saturation: 0.68, 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 #5A7FE0 is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB90127224-
CMYK0.600.4300.12
HSL223.43º68.37%61.57%-
HSV(B)223.43º59.82%87.84%-
XYZ25.2622.7373.58-
YUV126.99182.74101.61-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.41%
GREEN value IS 127 (50% from 255) = 28.80%
BLUE value IS 224 (87.89% from 255) = 50.79%
R=20.41%
G=28.80%
B=50.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal901272240.600.4300.12223.4368.3761.57
Hex5A7FE03C2B0Cdf443e
Octal132177340745301433710476
Binary101101011111111110000011110010101101100110111111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,127,224); }

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

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

 a { background-color: rgb(90,127,224); }

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

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

 span { border-color: rgb(90,127,224); }

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