#5A9EEB

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

Shades of Cornflower Blue #5A9EEB

Tints of Cornflower Blue #5A9EEB

Color information

#5A9EEB (or 0x5A9EEB) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 9E and EB. RGB value is (90,158,235). Sum of RGB (Red+Green+Blue) = 90+158+235=483 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.63% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A9EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A9EEB is #A56114. Grayscale: #929292. Windows color (decimal): -10838293 or 15441498. OLE color: 15441498.

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

Color convert

RGB90158235-
CMYK0.620.3300.08
HSL211.86º78.38%63.73%-
HSV(B)211.86º61.7%92.16%-
XYZ31.4432.6383.24-
YUV146.45177.9787.74-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.63%
GREEN value IS 158 (62.11% from 255) = 32.71%
BLUE value IS 235 (92.19% from 255) = 48.65%
R=18.63%
G=32.71%
B=48.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal901582350.620.3300.08211.8678.3863.73
Hex5A9EEB3E2108d44e40
Octal1322363537641010324116100
Binary10110101001111011101011111110100001010001101010010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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