#518ADC

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

Shades of Cornflower Blue #518ADC

Tints of Cornflower Blue #518ADC

Color information

#518ADC (or 0x518ADC) is unknown color: approx Cornflower Blue. HEX triplet: 51, 8A and DC. RGB value is (81,138,220). Sum of RGB (Red+Green+Blue) = 81+138+220=439 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.45% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #518ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ADC is #AE7523. Grayscale: #818181. Windows color (decimal): -11433252 or 14453329. OLE color: 14453329.

HSL color Cylindrical-coordinate representation of color #518ADC: hue angle of 215.4º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #518ADC is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB81138220-
CMYK0.630.3700.14
HSL215.4º66.51%59.02%-
HSV(B)215.4º63.18%86.27%-
XYZ25.425.0971.21-
YUV130.3178.6292.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.45%
GREEN value IS 138 (54.30% from 255) = 31.44%
BLUE value IS 220 (86.33% from 255) = 50.11%
R=18.45%
G=31.44%
B=50.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal811382200.630.3700.14215.466.5159.02
Hex518ADC3F250Ed7433b
Octal121212334774501632710373
Binary1010001100010101101110011111110010101110110101111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518ADC; }

 p { color: rgb(81,138,220); }

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

<style>
 a { background-color: #518ADC; }

 a { background-color: rgb(81,138,220); }

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

<style>
 span { border-color: #518ADC; }

 span { border-color: rgb(81,138,220); }

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