#507FFF

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

Shades of Cornflower Blue #507FFF

Tints of Cornflower Blue #507FFF

Color information

#507FFF (or 0x507FFF) is unknown color: approx Cornflower Blue. HEX triplet: 50, 7F and FF. RGB value is (80,127,255). Sum of RGB (Red+Green+Blue) = 80+127+255=462 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.32% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #507FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507FFF is #AF8000. Grayscale: #7E7E7E. Windows color (decimal): -11501569 or 16744272. OLE color: 16744272.

HSL color Cylindrical-coordinate representation of color #507FFF: hue angle of 223.89º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #507FFF is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB80127255-
CMYK0.690.5000
HSL223.89º100%65.69%-
HSV(B)223.89º68.63%100%-
XYZ28.9524.197.73-
YUV127.54199.9394.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.32%
GREEN value IS 127 (50% from 255) = 27.49%
BLUE value IS 255 (100% from 255) = 55.19%
R=17.32%
G=27.49%
B=55.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal801272550.690.5000223.8910065.69
Hex507FFF453200e06442
Octal1201773771056200340144102
Binary10100001111111111111111000101110010001110000011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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