#5A8CD9

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

Shades of Cornflower Blue #5A8CD9

Tints of Cornflower Blue #5A8CD9

Color information

#5A8CD9 (or 0x5A8CD9) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 8C and D9. RGB value is (90,140,217). Sum of RGB (Red+Green+Blue) = 90+140+217=447 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.13% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 217 (85.16% from 255 or 48.55% from 447); Max value from RGB is 217 - color contains mainly: blue. Hex color #5A8CD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8CD9 is #A57326. Grayscale: #858585. Windows color (decimal): -10842919 or 14257242. OLE color: 14257242.

HSL color Cylindrical-coordinate representation of color #5A8CD9: hue angle of 216.38º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A8CD9 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB90140217-
CMYK0.590.3500.15
HSL216.38º62.56%60.2%-
HSV(B)216.38º58.53%85.1%-
XYZ26.1225.9469.28-
YUV133.83174.9496.74-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.13%
GREEN value IS 140 (55.08% from 255) = 31.32%
BLUE value IS 217 (85.16% from 255) = 48.55%
R=20.13%
G=31.32%
B=48.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal901402170.590.3500.15216.3862.5660.2
Hex5A8CD93B230Fd83f3c
Octal13221433173430173307774
Binary101101010001100110110011110111000110111111011000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,140,217); }

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

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

 a { background-color: rgb(90,140,217); }

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

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

 span { border-color: rgb(90,140,217); }

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