#5A9BEB

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

Shades of Cornflower Blue #5A9BEB

Tints of Cornflower Blue #5A9BEB

Color information

#5A9BEB (or 0x5A9BEB) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 9B and EB. RGB value is (90,155,235). Sum of RGB (Red+Green+Blue) = 90+155+235=480 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.75% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 235 (92.19% from 255 or 48.96% from 480); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A9BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A9BEB is #A56414. Grayscale: #909090. Windows color (decimal): -10839061 or 15440730. OLE color: 15440730.

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

Color convert

RGB90155235-
CMYK0.620.3400.08
HSL213.1º78.38%63.73%-
HSV(B)213.1º61.7%92.16%-
XYZ30.9331.6183.07-
YUV144.68178.9789-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.75%
GREEN value IS 155 (60.94% from 255) = 32.29%
BLUE value IS 235 (92.19% from 255) = 48.96%
R=18.75%
G=32.29%
B=48.96%

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
Decimal901552350.620.3400.08213.178.3863.73
Hex5A9BEB3E2208d54e40
Octal1322333537642010325116100
Binary10110101001101111101011111110100010010001101010110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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