#518EF9

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

Shades of Cornflower Blue #518EF9

Tints of Cornflower Blue #518EF9

Color information

#518EF9 (or 0x518EF9) is unknown color: approx Cornflower Blue. HEX triplet: 51, 8E and F9. RGB value is (81,142,249). Sum of RGB (Red+Green+Blue) = 81+142+249=472 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.16% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 249 (97.66% from 255 or 52.75% from 472); Max value from RGB is 249 - color contains mainly: blue. Hex color #518EF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518EF9 is #AE7106. Grayscale: #878787. Windows color (decimal): -11432199 or 16354897. OLE color: 16354897.

HSL color Cylindrical-coordinate representation of color #518EF9: hue angle of 218.21º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #518EF9 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB81142249-
CMYK0.670.4300.02
HSL218.21º93.33%64.71%-
HSV(B)218.21º67.47%97.65%-
XYZ30.1727.9393.42-
YUV135.96191.7988.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.16%
GREEN value IS 142 (55.86% from 255) = 30.08%
BLUE value IS 249 (97.66% from 255) = 52.75%
R=17.16%
G=30.08%
B=52.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal811422490.670.4300.02218.2193.3364.71
Hex518EF9432B02da5d41
Octal1212163711035302332135101
Binary1010001100011101111100110000111010110101101101010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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