#5A9DEB

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

Shades of Cornflower Blue #5A9DEB

Tints of Cornflower Blue #5A9DEB

Color information

#5A9DEB (or 0x5A9DEB) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 9D and EB. RGB value is (90,157,235). Sum of RGB (Red+Green+Blue) = 90+157+235=482 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.67% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A9DEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A9DEB is #A56214. Grayscale: #919191. Windows color (decimal): -10838549 or 15441242. OLE color: 15441242.

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

Color convert

RGB90157235-
CMYK0.620.3300.08
HSL212.28º78.38%63.73%-
HSV(B)212.28º61.7%92.16%-
XYZ31.2732.2983.18-
YUV145.86178.388.16-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.67%
GREEN value IS 157 (61.72% from 255) = 32.57%
BLUE value IS 235 (92.19% from 255) = 48.76%
R=18.67%
G=32.57%
B=48.76%

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
Decimal901572350.620.3300.08212.2878.3863.73
Hex5A9DEB3E2108d44e40
Octal1322353537641010324116100
Binary10110101001110111101011111110100001010001101010010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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