#518DEF

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

Shades of Cornflower Blue #518DEF

Tints of Cornflower Blue #518DEF

Color information

#518DEF (or 0x518DEF) is unknown color: approx Cornflower Blue. HEX triplet: 51, 8D and EF. RGB value is (81,141,239). Sum of RGB (Red+Green+Blue) = 81+141+239=461 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.57% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #518DEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518DEF is #AE7210. Grayscale: #858585. Windows color (decimal): -11432465 or 15699281. OLE color: 15699281.

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

Color convert

RGB81141239-
CMYK0.660.4100.06
HSL217.22º83.16%62.75%-
HSV(B)217.22º66.11%93.73%-
XYZ28.527.0385.38-
YUV134.23187.1290.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.57%
GREEN value IS 141 (55.47% from 255) = 30.59%
BLUE value IS 239 (93.75% from 255) = 51.84%
R=17.57%
G=30.59%
B=51.84%

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
Decimal811412390.660.4100.06217.2283.1662.75
Hex518DEF422906d9533f
Octal121215357102510633112377
Binary1010001100011011110111110000101010010110110110011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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