#519EF4

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

Shades of Cornflower Blue #519EF4

Tints of Cornflower Blue #519EF4

Color information

#519EF4 (or 0x519EF4) is unknown color: approx Cornflower Blue. HEX triplet: 51, 9E and F4. RGB value is (81,158,244). Sum of RGB (Red+Green+Blue) = 81+158+244=483 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.77% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 244 (95.70% from 255 or 50.52% from 483); Max value from RGB is 244 - color contains mainly: blue. Hex color #519EF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519EF4 is #AE610B. Grayscale: #909090. Windows color (decimal): -11428108 or 16031313. OLE color: 16031313.

HSL color Cylindrical-coordinate representation of color #519EF4: hue angle of 211.66º degrees, saturation: 0.88, 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 #519EF4 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB81158244-
CMYK0.670.3500.04
HSL211.66º88.11%63.73%-
HSV(B)211.66º66.8%95.69%-
XYZ31.9532.7390.22-
YUV144.78183.9982.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.77%
GREEN value IS 158 (62.11% from 255) = 32.71%
BLUE value IS 244 (95.70% from 255) = 50.52%
R=16.77%
G=32.71%
B=50.52%

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
Decimal811582440.670.3500.04211.6688.1163.73
Hex519EF4432304d45840
Octal1212363641034304324130100
Binary10100011001111011110100100001110001101001101010010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,158,244); }

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

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

 a { background-color: rgb(81,158,244); }

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

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

 span { border-color: rgb(81,158,244); }

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