#518FEA

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

Shades of Cornflower Blue #518FEA

Tints of Cornflower Blue #518FEA

Color information

#518FEA (or 0x518FEA) is unknown color: approx Cornflower Blue. HEX triplet: 51, 8F and EA. RGB value is (81,143,234). Sum of RGB (Red+Green+Blue) = 81+143+234=458 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.69% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #518FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518FEA is #AE7015. Grayscale: #868686. Windows color (decimal): -11431958 or 15372113. OLE color: 15372113.

HSL color Cylindrical-coordinate representation of color #518FEA: hue angle of 215.69º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #518FEA is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB81143234-
CMYK0.650.3900.08
HSL215.69º78.46%61.76%-
HSV(B)215.69º65.38%91.76%-
XYZ28.0727.3381.64-
YUV134.84183.9689.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.69%
GREEN value IS 143 (56.25% from 255) = 31.22%
BLUE value IS 234 (91.80% from 255) = 51.09%
R=17.69%
G=31.22%
B=51.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal811432340.650.3900.08215.6978.4661.76
Hex518FEA412708d84e3e
Octal1212173521014701033011676
Binary10100011000111111101010100000110011101000110110001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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