#518EFB

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

Shades of Cornflower Blue #518EFB

Tints of Cornflower Blue #518EFB

Color information

#518EFB (or 0x518EFB) is unknown color: approx Cornflower Blue. HEX triplet: 51, 8E and FB. RGB value is (81,142,251). Sum of RGB (Red+Green+Blue) = 81+142+251=474 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.09% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #518EFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518EFB is #AE7104. Grayscale: #878787. Windows color (decimal): -11432197 or 16485969. OLE color: 16485969.

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

Color convert

RGB81142251-
CMYK0.680.4300.02
HSL218.47º95.51%65.1%-
HSV(B)218.47º67.73%98.43%-
XYZ30.4828.0695.08-
YUV136.19192.7988.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.09%
GREEN value IS 142 (55.86% from 255) = 29.96%
BLUE value IS 251 (98.44% from 255) = 52.95%
R=17.09%
G=29.96%
B=52.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal811422510.680.4300.02218.4795.5165.1
Hex518EFB442B02da6041
Octal1212163731045302332140101
Binary1010001100011101111101110001001010110101101101011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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