#518CEE

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

Shades of Cornflower Blue #518CEE

Tints of Cornflower Blue #518CEE

Color information

#518CEE (or 0x518CEE) is unknown color: approx Cornflower Blue. HEX triplet: 51, 8C and EE. RGB value is (81,140,238). Sum of RGB (Red+Green+Blue) = 81+140+238=459 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.65% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #518CEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518CEE is #AE7311. Grayscale: #858585. Windows color (decimal): -11432722 or 15633489. OLE color: 15633489.

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

Color convert

RGB81140238-
CMYK0.660.4100.07
HSL217.45º82.2%62.55%-
HSV(B)217.45º65.97%93.33%-
XYZ28.226.6884.55-
YUV133.53186.9590.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.65%
GREEN value IS 140 (55.08% from 255) = 30.50%
BLUE value IS 238 (93.36% from 255) = 51.85%
R=17.65%
G=30.50%
B=51.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal811402380.660.4100.07217.4582.262.55
Hex518CEE422907d9523f
Octal121214356102510733112277
Binary1010001100011001110111010000101010010111110110011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,140,238); }

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

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

 a { background-color: rgb(81,140,238); }

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

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

 span { border-color: rgb(81,140,238); }

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