#518CEF

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

Shades of Cornflower Blue #518CEF

Tints of Cornflower Blue #518CEF

Color information

#518CEF (or 0x518CEF) is unknown color: approx Cornflower Blue. HEX triplet: 51, 8C and EF. RGB value is (81,140,239). Sum of RGB (Red+Green+Blue) = 81+140+239=460 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.61% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #518CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518CEF is #AE7310. Grayscale: #858585. Windows color (decimal): -11432721 or 15699025. OLE color: 15699025.

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

Color convert

RGB81140239-
CMYK0.660.4100.06
HSL217.59º83.16%62.75%-
HSV(B)217.59º66.11%93.73%-
XYZ28.3526.7485.33-
YUV133.64187.4590.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.61%
GREEN value IS 140 (55.08% from 255) = 30.43%
BLUE value IS 239 (93.75% from 255) = 51.96%
R=17.61%
G=30.43%
B=51.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal811402390.660.4100.06217.5983.1662.75
Hex518CEF422906da533f
Octal121214357102510633212377
Binary1010001100011001110111110000101010010110110110101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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