#519BF1

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

Shades of Cornflower Blue #519BF1

Tints of Cornflower Blue #519BF1

Color information

#519BF1 (or 0x519BF1) is unknown color: approx Cornflower Blue. HEX triplet: 51, 9B and F1. RGB value is (81,155,241). Sum of RGB (Red+Green+Blue) = 81+155+241=477 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.98% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #519BF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519BF1 is #AE640E. Grayscale: #8E8E8E. Windows color (decimal): -11428879 or 15833937. OLE color: 15833937.

HSL color Cylindrical-coordinate representation of color #519BF1: hue angle of 212.25º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #519BF1 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB81155241-
CMYK0.660.3600.05
HSL212.25º85.11%63.14%-
HSV(B)212.25º66.39%94.51%-
XYZ30.9931.5487.67-
YUV142.68183.4884.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.98%
GREEN value IS 155 (60.94% from 255) = 32.49%
BLUE value IS 241 (94.53% from 255) = 50.52%
R=16.98%
G=32.49%
B=50.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal811552410.660.3600.05212.2585.1163.14
Hex519BF1422405d4553f
Octal121233361102440532412577
Binary1010001100110111111000110000101001000101110101001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,155,241); }

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

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

 a { background-color: rgb(81,155,241); }

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

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

 span { border-color: rgb(81,155,241); }

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