#5A8BDA

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

Shades of Cornflower Blue #5A8BDA

Tints of Cornflower Blue #5A8BDA

Color information

#5A8BDA (or 0x5A8BDA) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 8B and DA. RGB value is (90,139,218). Sum of RGB (Red+Green+Blue) = 90+139+218=447 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.13% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #5A8BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8BDA is #A57425. Grayscale: #848484. Windows color (decimal): -10843174 or 14322522. OLE color: 14322522.

HSL color Cylindrical-coordinate representation of color #5A8BDA: hue angle of 217.03º 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 #5A8BDA is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB90139218-
CMYK0.590.3600.15
HSL217.03º63.37%60.39%-
HSV(B)217.03º58.72%85.49%-
XYZ26.125.769.91-
YUV133.35175.7797.08-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.13%
GREEN value IS 139 (54.69% from 255) = 31.10%
BLUE value IS 218 (85.55% from 255) = 48.77%
R=20.13%
G=31.10%
B=48.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal901392180.590.3600.15217.0363.3760.39
Hex5A8BDA3B240Fd93f3c
Octal13221333273440173317774
Binary101101010001011110110101110111001000111111011001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,139,218); }

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

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

 a { background-color: rgb(90,139,218); }

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

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

 span { border-color: rgb(90,139,218); }

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