#5AA9FD

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

Shades of Cornflower Blue #5AA9FD

Tints of Cornflower Blue #5AA9FD

Color information

#5AA9FD (or 0x5AA9FD) is unknown color: approx Cornflower Blue. HEX triplet: 5A, A9 and FD. RGB value is (90,169,253). Sum of RGB (Red+Green+Blue) = 90+169+253=512 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.58% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #5AA9FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AA9FD is #A55602. Grayscale: #9A9A9A. Windows color (decimal): -10835459 or 16623962. OLE color: 16623962.

HSL color Cylindrical-coordinate representation of color #5AA9FD: hue angle of 210.92º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AA9FD is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB90169253-
CMYK0.640.3300.01
HSL210.92º97.6%67.25%-
HSV(B)210.92º64.43%99.22%-
XYZ36.1337.6498.29-
YUV154.95183.3381.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.58%
GREEN value IS 169 (66.41% from 255) = 33.01%
BLUE value IS 253 (99.22% from 255) = 49.41%
R=17.58%
G=33.01%
B=49.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal901692530.640.3300.01210.9297.667.25
Hex5AA9FD402101d36243
Octal1322513751004101323142103
Binary101101010101001111111011000000100001011101001111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,169,253); }

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

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

 a { background-color: rgb(90,169,253); }

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

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

 span { border-color: rgb(90,169,253); }

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