#517cfa

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

Shades of Cornflower Blue #517CFA

Tints of Cornflower Blue #517CFA

Color information

#517CFA (or 0x517CFA) is unknown color: approx Cornflower Blue. HEX triplet: 51, 7C and FA. RGB value is (81,124,250). Sum of RGB (Red+Green+Blue) = 81+124+250=455 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.80% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #517CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517CFA is #AE8305. Grayscale: #7C7C7C. Windows color (decimal): -11436806 or 16415825. OLE color: 16415825.

HSL color Cylindrical-coordinate representation of color #517CFA: hue angle of 224.73º degrees, saturation: 0.94, 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 #517CFA is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB81124250-
CMYK0.680.5000.02
HSL224.73º94.41%64.9%-
HSV(B)224.73º67.6%98.04%-
XYZ27.8623.0793.43-
YUV125.51198.2596.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.80%
GREEN value IS 124 (48.83% from 255) = 27.25%
BLUE value IS 250 (98.05% from 255) = 54.95%
R=17.80%
G=27.25%
B=54.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal811242500.680.5000.02224.7394.4164.9
Hex517CFA443202e15e41
Octal1211743721046202341136101
Binary101000111111001111101010001001100100101110000110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517cfa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,124,250); }

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

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

 a { background-color: rgb(81,124,250); }

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

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

 span { border-color: rgb(81,124,250); }

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