#518EE0

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

Shades of Cornflower Blue #518EE0

Tints of Cornflower Blue #518EE0

Color information

#518EE0 (or 0x518EE0) is unknown color: approx Cornflower Blue. HEX triplet: 51, 8E and E0. RGB value is (81,142,224). Sum of RGB (Red+Green+Blue) = 81+142+224=447 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.12% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 224 (87.89% from 255 or 50.11% from 447); Max value from RGB is 224 - color contains mainly: blue. Hex color #518EE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518EE0 is #AE711F. Grayscale: #848484. Windows color (decimal): -11432224 or 14716497. OLE color: 14716497.

HSL color Cylindrical-coordinate representation of color #518EE0: hue angle of 214.41º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #518EE0 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB81142224-
CMYK0.640.3700.12
HSL214.41º69.76%59.8%-
HSV(B)214.41º63.84%87.84%-
XYZ26.5226.4874.23-
YUV133.11179.2990.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.12%
GREEN value IS 142 (55.86% from 255) = 31.77%
BLUE value IS 224 (87.89% from 255) = 50.11%
R=18.12%
G=31.77%
B=50.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal811422240.640.3700.12214.4169.7659.8
Hex518EE040250Cd6463c
Octal1212163401004501432610674
Binary10100011000111011100000100000010010101100110101101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,142,224); }

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

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

 a { background-color: rgb(81,142,224); }

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

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

 span { border-color: rgb(81,142,224); }

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