#5a97f1

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

Shades of Cornflower Blue #5A97F1

Tints of Cornflower Blue #5A97F1

Color information

#5A97F1 (or 0x5A97F1) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 97 and F1. RGB value is (90,151,241). Sum of RGB (Red+Green+Blue) = 90+151+241=482 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.67% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #5A97F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A97F1 is #A5680E. Grayscale: #8E8E8E. Windows color (decimal): -10840079 or 15832922. OLE color: 15832922.

HSL color Cylindrical-coordinate representation of color #5A97F1: hue angle of 215.76º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A97F1 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB90151241-
CMYK0.630.3700.05
HSL215.76º84.36%64.9%-
HSV(B)215.76º62.66%94.51%-
XYZ31.1630.6687.49-
YUV143.02183.2990.18-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.67%
GREEN value IS 151 (59.38% from 255) = 31.33%
BLUE value IS 241 (94.53% from 255) = 50%
R=18.67%
G=31.33%
B=50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal901512410.630.3700.05215.7684.3664.9
Hex5A97F13F2505d85441
Octal132227361774505330124101
Binary1011010100101111111000111111110010101011101100010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a97f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,151,241); }

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

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

 a { background-color: rgb(90,151,241); }

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

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

 span { border-color: rgb(90,151,241); }

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