#518AE0

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

Shades of Cornflower Blue #518AE0

Tints of Cornflower Blue #518AE0

Color information

#518AE0 (or 0x518AE0) is unknown color: approx Cornflower Blue. HEX triplet: 51, 8A and E0. RGB value is (81,138,224). Sum of RGB (Red+Green+Blue) = 81+138+224=443 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.28% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 224 (87.89% from 255 or 50.56% from 443); Max value from RGB is 224 - color contains mainly: blue. Hex color #518AE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518AE0 is #AE751F. Grayscale: #828282. Windows color (decimal): -11433248 or 14715473. OLE color: 14715473.

HSL color Cylindrical-coordinate representation of color #518AE0: hue angle of 216.08º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #518AE0 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB81138224-
CMYK0.640.3800.12
HSL216.08º69.76%59.8%-
HSV(B)216.08º63.84%87.84%-
XYZ25.9425.3174.04-
YUV130.76180.6292.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.28%
GREEN value IS 138 (54.30% from 255) = 31.15%
BLUE value IS 224 (87.89% from 255) = 50.56%
R=18.28%
G=31.15%
B=50.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal811382240.640.3800.12216.0869.7659.8
Hex518AE040260Cd8463c
Octal1212123401004601433010674
Binary10100011000101011100000100000010011001100110110001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,138,224); }

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

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

 a { background-color: rgb(81,138,224); }

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

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

 span { border-color: rgb(81,138,224); }

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