#5A9CEB

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

Shades of Cornflower Blue #5A9CEB

Tints of Cornflower Blue #5A9CEB

Color information

#5A9CEB (or 0x5A9CEB) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 9C and EB. RGB value is (90,156,235). Sum of RGB (Red+Green+Blue) = 90+156+235=481 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.71% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A9CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A9CEB is #A56314. Grayscale: #909090. Windows color (decimal): -10838805 or 15440986. OLE color: 15440986.

HSL color Cylindrical-coordinate representation of color #5A9CEB: hue angle of 212.69º degrees, saturation: 0.78, 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 #5A9CEB is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB90156235-
CMYK0.620.3400.08
HSL212.69º78.38%63.73%-
HSV(B)212.69º61.7%92.16%-
XYZ31.131.9583.12-
YUV145.27178.6388.58-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.71%
GREEN value IS 156 (61.33% from 255) = 32.43%
BLUE value IS 235 (92.19% from 255) = 48.86%
R=18.71%
G=32.43%
B=48.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal901562350.620.3400.08212.6978.3863.73
Hex5A9CEB3E2208d54e40
Octal1322343537642010325116100
Binary10110101001110011101011111110100010010001101010110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,156,235); }

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

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

 a { background-color: rgb(90,156,235); }

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

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

 span { border-color: rgb(90,156,235); }

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