#5A9BED

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

Shades of Cornflower Blue #5A9BED

Tints of Cornflower Blue #5A9BED

Color information

#5A9BED (or 0x5A9BED) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 9B and ED. RGB value is (90,155,237). Sum of RGB (Red+Green+Blue) = 90+155+237=482 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.67% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #5A9BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A9BED is #A56412. Grayscale: #909090. Windows color (decimal): -10839059 or 15571802. OLE color: 15571802.

HSL color Cylindrical-coordinate representation of color #5A9BED: hue angle of 213.47º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A9BED is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB90155237-
CMYK0.620.3500.07
HSL213.47º80.33%64.12%-
HSV(B)213.47º62.03%92.94%-
XYZ31.2231.7384.6-
YUV144.91179.9788.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.67%
GREEN value IS 155 (60.94% from 255) = 32.16%
BLUE value IS 237 (92.97% from 255) = 49.17%
R=18.67%
G=32.16%
B=49.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal901552370.620.3500.07213.4780.3364.12
Hex5A9BED3E2307d55040
Octal132233355764307325120100
Binary1011010100110111110110111111010001101111101010110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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