#518ADE

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

Shades of Cornflower Blue #518ADE

Tints of Cornflower Blue #518ADE

Color information

#518ADE (or 0x518ADE) is unknown color: approx Cornflower Blue. HEX triplet: 51, 8A and DE. RGB value is (81,138,222). Sum of RGB (Red+Green+Blue) = 81+138+222=441 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.37% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #518ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ADE is #AE7521. Grayscale: #828282. Windows color (decimal): -11433250 or 14584401. OLE color: 14584401.

HSL color Cylindrical-coordinate representation of color #518ADE: hue angle of 215.74º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #518ADE is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB81138222-
CMYK0.640.3800.13
HSL215.74º68.12%59.41%-
HSV(B)215.74º63.51%87.06%-
XYZ25.6725.272.62-
YUV130.53179.6292.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.37%
GREEN value IS 138 (54.30% from 255) = 31.29%
BLUE value IS 222 (87.11% from 255) = 50.34%
R=18.37%
G=31.29%
B=50.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal811382220.640.3800.13215.7468.1259.41
Hex518ADE40260Dd8443b
Octal1212123361004601533010473
Binary10100011000101011011110100000010011001101110110001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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