#518EEC

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

Shades of Cornflower Blue #518EEC

Tints of Cornflower Blue #518EEC

Color information

#518EEC (or 0x518EEC) is unknown color: approx Cornflower Blue. HEX triplet: 51, 8E and EC. RGB value is (81,142,236). Sum of RGB (Red+Green+Blue) = 81+142+236=459 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.65% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #518EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518EEC is #AE7113. Grayscale: #868686. Windows color (decimal): -11432212 or 15502929. OLE color: 15502929.

HSL color Cylindrical-coordinate representation of color #518EEC: hue angle of 216.39º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #518EEC is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB81142236-
CMYK0.660.4000.07
HSL216.39º80.31%62.16%-
HSV(B)216.39º65.68%92.55%-
XYZ28.2127.1583.11-
YUV134.48185.2989.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.65%
GREEN value IS 142 (55.86% from 255) = 30.94%
BLUE value IS 236 (92.58% from 255) = 51.42%
R=17.65%
G=30.94%
B=51.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal811422360.660.4000.07216.3980.3162.16
Hex518EEC422807d8503e
Octal121216354102500733012076
Binary1010001100011101110110010000101010000111110110001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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