#518EDD

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

Shades of Cornflower Blue #518EDD

Tints of Cornflower Blue #518EDD

Color information

#518EDD (or 0x518EDD) is unknown color: approx Cornflower Blue. HEX triplet: 51, 8E and DD. RGB value is (81,142,221). Sum of RGB (Red+Green+Blue) = 81+142+221=444 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.24% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #518EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518EDD is #AE7122. Grayscale: #848484. Windows color (decimal): -11432227 or 14519889. OLE color: 14519889.

HSL color Cylindrical-coordinate representation of color #518EDD: hue angle of 213.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #518EDD is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB81142221-
CMYK0.630.3600.13
HSL213.86º67.31%59.22%-
HSV(B)213.86º63.35%86.67%-
XYZ26.1226.3272.11-
YUV132.77177.7991.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.24%
GREEN value IS 142 (55.86% from 255) = 31.98%
BLUE value IS 221 (86.72% from 255) = 49.77%
R=18.24%
G=31.98%
B=49.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal811422210.630.3600.13213.8667.3159.22
Hex518EDD3F240Dd6433b
Octal121216335774401532610373
Binary1010001100011101101110111111110010001101110101101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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