#507FF7

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

Shades of Cornflower Blue #507FF7

Tints of Cornflower Blue #507FF7

Color information

#507FF7 (or 0x507FF7) is unknown color: approx Cornflower Blue. HEX triplet: 50, 7F and F7. RGB value is (80,127,247). Sum of RGB (Red+Green+Blue) = 80+127+247=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 247 (96.88% from 255 or 54.41% from 454); Max value from RGB is 247 - color contains mainly: blue. Hex color #507FF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507FF7 is #AF8008. Grayscale: #7E7E7E. Windows color (decimal): -11501577 or 16219984. OLE color: 16219984.

HSL color Cylindrical-coordinate representation of color #507FF7: hue angle of 223.11º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #507FF7 is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB80127247-
CMYK0.680.4900.03
HSL223.11º91.26%64.12%-
HSV(B)223.11º67.61%96.86%-
XYZ27.6923.691.09-
YUV126.63195.9394.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.62%
GREEN value IS 127 (50% from 255) = 27.97%
BLUE value IS 247 (96.88% from 255) = 54.41%
R=17.62%
G=27.97%
B=54.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal801272470.680.4900.03223.1191.2664.12
Hex507FF7443103df5b40
Octal1201773671046103337133100
Binary101000011111111111011110001001100010111101111110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507FF7; }

 p { color: rgb(80,127,247); }

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

<style>
 a { background-color: #507FF7; }

 a { background-color: rgb(80,127,247); }

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

<style>
 span { border-color: #507FF7; }

 span { border-color: rgb(80,127,247); }

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