#518FEC

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

Shades of Cornflower Blue #518FEC

Tints of Cornflower Blue #518FEC

Color information

#518FEC (or 0x518FEC) is unknown color: approx Cornflower Blue. HEX triplet: 51, 8F and EC. RGB value is (81,143,236). Sum of RGB (Red+Green+Blue) = 81+143+236=460 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.61% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #518FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518FEC is #AE7013. Grayscale: #868686. Windows color (decimal): -11431956 or 15503185. OLE color: 15503185.

HSL color Cylindrical-coordinate representation of color #518FEC: hue angle of 216º 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 #518FEC is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB81143236-
CMYK0.660.3900.07
HSL216º80.31%62.16%-
HSV(B)216º65.68%92.55%-
XYZ28.3627.4583.16-
YUV135.06184.9689.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.61%
GREEN value IS 143 (56.25% from 255) = 31.09%
BLUE value IS 236 (92.58% from 255) = 51.30%
R=17.61%
G=31.09%
B=51.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal811432360.660.3900.0721680.3162.16
Hex518FEC422707d8503e
Octal121217354102470733012076
Binary1010001100011111110110010000101001110111110110001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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