#519FF6

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

Shades of Cornflower Blue #519FF6

Tints of Cornflower Blue #519FF6

Color information

#519FF6 (or 0x519FF6) is unknown color: approx Cornflower Blue. HEX triplet: 51, 9F and F6. RGB value is (81,159,246). Sum of RGB (Red+Green+Blue) = 81+159+246=486 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.67% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 246 (96.48% from 255 or 50.62% from 486); Max value from RGB is 246 - color contains mainly: blue. Hex color #519FF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519FF6 is #AE6009. Grayscale: #919191. Windows color (decimal): -11427850 or 16162641. OLE color: 16162641.

HSL color Cylindrical-coordinate representation of color #519FF6: hue angle of 211.64º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #519FF6 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB81159246-
CMYK0.670.3500.04
HSL211.64º90.16%64.12%-
HSV(B)211.64º67.07%96.47%-
XYZ32.4333.291.89-
YUV145.6184.6681.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.67%
GREEN value IS 159 (62.5% from 255) = 32.72%
BLUE value IS 246 (96.48% from 255) = 50.62%
R=16.67%
G=32.72%
B=50.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal811592460.670.3500.04211.6490.1664.12
Hex519FF6432304d45a40
Octal1212373661034304324132100
Binary10100011001111111110110100001110001101001101010010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519FF6; }

 p { color: rgb(81,159,246); }

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

<style>
 a { background-color: #519FF6; }

 a { background-color: rgb(81,159,246); }

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

<style>
 span { border-color: #519FF6; }

 span { border-color: rgb(81,159,246); }

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