#517FEE

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

Shades of Cornflower Blue #517FEE

Tints of Cornflower Blue #517FEE

Color information

#517FEE (or 0x517FEE) is unknown color: approx Cornflower Blue. HEX triplet: 51, 7F and EE. RGB value is (81,127,238). Sum of RGB (Red+Green+Blue) = 81+127+238=446 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.16% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #517FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517FEE is #AE8011. Grayscale: #7D7D7D. Windows color (decimal): -11436050 or 15630161. OLE color: 15630161.

HSL color Cylindrical-coordinate representation of color #517FEE: hue angle of 222.42º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #517FEE is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB81127238-
CMYK0.660.4700.07
HSL222.42º82.2%62.55%-
HSV(B)222.42º65.97%93.33%-
XYZ26.4223.183.96-
YUV125.9191.2695.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.16%
GREEN value IS 127 (50% from 255) = 28.48%
BLUE value IS 238 (93.36% from 255) = 53.36%
R=18.16%
G=28.48%
B=53.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal811272380.660.4700.07222.4282.262.55
Hex517FEE422F07de523f
Octal121177356102570733612277
Binary101000111111111110111010000101011110111110111101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517FEE; }

 p { color: rgb(81,127,238); }

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

<style>
 a { background-color: #517FEE; }

 a { background-color: rgb(81,127,238); }

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

<style>
 span { border-color: #517FEE; }

 span { border-color: rgb(81,127,238); }

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