#5A96EA

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

Shades of Cornflower Blue #5A96EA

Tints of Cornflower Blue #5A96EA

Color information

#5A96EA (or 0x5A96EA) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 96 and EA. RGB value is (90,150,234). Sum of RGB (Red+Green+Blue) = 90+150+234=474 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.99% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A96EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A96EA is #A56915. Grayscale: #8D8D8D. Windows color (decimal): -10840342 or 15373914. OLE color: 15373914.

HSL color Cylindrical-coordinate representation of color #5A96EA: hue angle of 215º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A96EA is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB90150234-
CMYK0.620.3600.08
HSL215º77.42%63.53%-
HSV(B)215º61.54%91.76%-
XYZ29.9729.9382.04-
YUV141.64180.1291.17-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.99%
GREEN value IS 150 (58.98% from 255) = 31.65%
BLUE value IS 234 (91.80% from 255) = 49.37%
R=18.99%
G=31.65%
B=49.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal901502340.620.3600.0821577.4263.53
Hex5A96EA3E2408d74d40
Octal1322263527644010327115100
Binary10110101001011011101010111110100100010001101011110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A96EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,150,234); }

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

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

 a { background-color: rgb(90,150,234); }

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

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

 span { border-color: rgb(90,150,234); }

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